Skip to content

Commit 2b0aaff

Browse files
committed
changed select input height
1 parent 2f4b4ac commit 2b0aaff

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

frontend/components/filters/Select.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ export const Select = ({
3535
<div className="relative w-full">
3636
<SelectShadcn value={value} onValueChange={onValueChange}>
3737
<SelectTrigger
38+
// height forced to h-10 to override shadcn default
3839
className={cn(
39-
"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",
4041
triggerClassName
4142
)}
4243
>

0 commit comments

Comments
 (0)