fix(ui): resolve unreadable select options in dark mode (#13207)
This commit is contained in:
parent
7651c18b48
commit
b9f824b43b
@ -106,6 +106,10 @@ select {
|
||||
&[disabled] {
|
||||
@apply field-disabled;
|
||||
}
|
||||
|
||||
option:not(:disabled) {
|
||||
@apply bg-n-solid-2 text-n-slate-12;
|
||||
}
|
||||
}
|
||||
|
||||
// Textarea
|
||||
|
||||
Loading…
Reference in New Issue
Block a user