diff --git a/src/client/components/ui/select.vue b/src/client/components/ui/select.vue index a1e89cdf0265dc130f86dd1d571ff677a594f3a6..ce21949713f276bf795e6cbfb362dc62570f21ca 100644 --- a/src/client/components/ui/select.vue +++ b/src/client/components/ui/select.vue @@ -158,6 +158,11 @@ export default Vue.extend({ outline: none; box-shadow: none; color: var(--fg); + + option, + optgroup { + background: var(--bg); + } } > .prefix,