Skip to content

Commit 91a4588

Browse files
committed
improve color contrast in AlertBox info variant
1 parent a22f1a5 commit 91a4588

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
text-white;
1717

1818
p {
19-
color: white !important;
19+
@apply text-white;
2020
}
2121

2222
a {
@@ -51,7 +51,7 @@
5151
}
5252

5353
&.info {
54-
@apply bg-info-400;
54+
@apply bg-info-600;
5555

5656
.title {
5757
@apply bg-info-700;

0 commit comments

Comments
 (0)