Skip to content

Commit bf49718

Browse files
committed
fix: use wildcard selector for text color override
1 parent 12aa251 commit bf49718

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

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

18-
p,
19-
span,
20-
div {
18+
* {
2119
@apply text-white;
2220
}
2321

0 commit comments

Comments
 (0)