fix(ui): resolve unreadable select options in dark mode (#13207)

This commit is contained in:
Alok Dangre
2026-04-14 16:36:10 +05:30
committed by aakashb95
parent 76c1fffedb
commit 1c6025531a
@@ -106,6 +106,10 @@ select {
&[disabled] {
@apply field-disabled;
}
option:not(:disabled) {
@apply bg-n-solid-2 text-n-slate-12;
}
}
// Textarea