We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f4b4ac commit 2b0aaffCopy full SHA for 2b0aaff
1 file changed
frontend/components/filters/Select.tsx
@@ -35,8 +35,9 @@ export const Select = ({
35
<div className="relative w-full">
36
<SelectShadcn value={value} onValueChange={onValueChange}>
37
<SelectTrigger
38
+ // height forced to h-10 to override shadcn default
39
className={cn(
- "focus-visible:border-input bg-background h-10 w-[180px] focus-visible:ring-0 focus-visible:ring-offset-0",
40
+ "focus-visible:border-input bg-background !h-10 w-[180px] focus-visible:ring-0 focus-visible:ring-offset-0",
41
triggerClassName
42
)}
43
>
0 commit comments