Skip to content

Commit 79be987

Browse files
fix(select): update light disabled state (#7468)
Co-authored-by: Andrea N. Cardona <andreancardona@gmail.com>
1 parent 985d66b commit 79be987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
&:disabled,
127127
&:hover:disabled {
128128
color: $disabled-02;
129-
background-color: $disabled-01;
129+
background-color: $field-02;
130130
cursor: not-allowed;
131131
}
132132
}

0 commit comments

Comments
 (0)