Skip to content

Commit 12aa251

Browse files
committed
fix: add span and div to text color override
1 parent 91a4588 commit 12aa251

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/ui-components/src/Common/AlertBox/index.module.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
text-sm
1616
text-white;
1717

18-
p {
18+
p,
19+
span,
20+
div {
1921
@apply text-white;
2022
}
2123

0 commit comments

Comments
 (0)