Skip to content

Commit c82da85

Browse files
committed
Darken default dropdown active bg color
- To meet WCAG AA contrast requirements Signed-off-by: Christopher Ng <[email protected]>
1 parent b71cfa1 commit c82da85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/global/variables.css

+1-1
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)