Skip to content

Commit 8bc0d60

Browse files
committed
fix: improve color contrast in AlertBox info variant
- Change info background from bg-info-600 to bg-info-400 - Improves text contrast ratio to meet WCAG 2.1 AA standards - Ensures better readability for users with visual impairments The darker background (info-400) provides better contrast with white text, meeting the minimum 4.5:1 contrast ratio requirement. Fixes #8290
1 parent 5d2362f commit 8bc0d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
}
4848

4949
&.info {
50-
@apply bg-info-600;
50+
@apply bg-info-400;
5151

5252
.title {
5353
@apply bg-info-700;

0 commit comments

Comments
 (0)