Commit 8bc0d60
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 #82901 parent 5d2362f commit 8bc0d60
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments