Skip to content

Commit 76f8009

Browse files
emyarodasudoh
authored andcommitted
fix(select): change light select hover color token (#5150)
1 parent b2f4a64 commit 76f8009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/components/select/_select.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
background-color: $field-02;
119119

120120
&:hover {
121-
background-color: $ui-01;
121+
background-color: $hover-ui;
122122
}
123123

124124
&:disabled,

0 commit comments

Comments
 (0)