fix: improve widget select option contrast

This commit is contained in:
Sojan Jose
2026-05-22 11:44:59 +05:30
parent 497d34c097
commit 3325020129
@@ -101,6 +101,10 @@ select:not(.reset-base) {
background-repeat: no-repeat;
background-size: 9px 6px;
font-family: inherit;
option {
@apply bg-white text-slate-600;
}
}
p code {