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

This commit is contained in:
Alok Dangre
2026-03-30 13:05:28 +05:30
committed by GitHub
parent 7651c18b48
commit b9f824b43b

View File

@@ -106,6 +106,10 @@ select {
&[disabled] {
@apply field-disabled;
}
option:not(:disabled) {
@apply bg-n-solid-2 text-n-slate-12;
}
}
// Textarea