diff --git a/ui/components/Select.tsx b/ui/components/Select.tsx index 75ef665..c91cefc 100644 --- a/ui/components/Select.tsx +++ b/ui/components/Select.tsx @@ -25,7 +25,7 @@ import { composeTailwindRenderProps } from "./utils"; const buttonStyles = tv({ extend: focusRing, base: [ - "flex items-center text-start gap-4 w-full min-w-[150px] cursor-default pl-3 pr-2 py-2 transition", + "flex items-center h-9 text-start gap-4 w-full min-w-[150px] cursor-default pl-3 pr-2 py-2 transition", "border-2 border-border rounded-md text-foreground" ], variants: {