Skip to content

Commit 6c83a74

Browse files
committed
Darken default dropdown active bg color to meet WCAG AA contrast ratio requirements
Signed-off-by: Christopher Ng <chrng8@gmail.com>
1 parent aed1caf commit 6c83a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/global/variables.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
--vs-dropdown-option-padding: 3px 20px;
5555

5656
/* Active State */
57-
--vs-dropdown-option--active-bg: #5897fb;
57+
--vs-dropdown-option--active-bg: #136CFB;
5858
--vs-dropdown-option--active-color: #fff;
5959

6060
/* Deselect State */

0 commit comments

Comments
 (0)