File tree 1 file changed +3
-3
lines changed
src/app/conf/2025/schedule/_components
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -98,12 +98,12 @@ function FiltersCombobox({
98
98
{ label }
99
99
</ Combobox . Label >
100
100
) }
101
- < label className = "relative w-full border border-neu-500 bg-neu-0 p-2 leading-normal focus-within:outline-none focus-within:ring focus-within:ring-neu-300" >
101
+ < label className = "relative w-full border border-neu-500 p-2 focus-within:outline-none focus-within:ring focus-within:ring-neu-300 dark:focus-within:ring-neu-200 " >
102
102
< Combobox . Input
103
103
value = { query }
104
104
onChange = { e => setQuery ( e . target . value ) }
105
105
className = { clsx (
106
- "text-neu-800 !outline-offset-0 typography-body-sm placeholder:text-neu-600 focus:outline-none max-lg:typography-body-md" ,
106
+ "bg-transparent leading-none text-neu-800 !outline-offset-0 typography-body-sm [text-box:trim-both_cap_alphabetic] placeholder:text-neu-600 focus:outline-none max-lg:typography-body-md" ,
107
107
) }
108
108
placeholder = { placeholder }
109
109
autoComplete = "true"
@@ -206,7 +206,7 @@ function FilterComboboxOption({
206
206
< div
207
207
className = { clsx (
208
208
"relative flex cursor-default select-none items-center p-1 font-sans typography-body-sm" ,
209
- active && "bg-neu-100" ,
209
+ active && "bg-neu-100 dark:bg-neu-50 " ,
210
210
) }
211
211
>
212
212
< CheckboxIcon
You can’t perform that action at this time.
0 commit comments