chore: fix select dropdown border on dark themes

This commit is contained in:
Aman Harwara
2023-02-01 15:30:12 +05:30
parent 4a3f9f12e7
commit f51d234596

View File

@@ -7,6 +7,12 @@
&[data-reach-listbox-popover] {
background: var(--sn-stylekit-background-color);
&:focus-within {
outline: none;
box-shadow: none;
border: 1px solid var(--sn-stylekit-border-color);
}
}
}