Skip to content

Commit

Permalink
fix(select): change light select hover color token (#5150)
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod authored and asudoh committed Jan 28, 2020
1 parent b2f4a64 commit 76f8009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/select/_select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
background-color: $field-02;

&:hover {
background-color: $ui-01;
background-color: $hover-ui;
}

&:disabled,
Expand Down

0 comments on commit 76f8009

Please sign in to comment.