From cb2b059fa6846f36ea94397c38e9866e71fbe6a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20N=2EO=2E=20N=C3=B8rgaard=20Henriksen?= <1136718+raix@users.noreply.github.com> Date: Mon, 15 Jul 2024 23:49:51 +0200 Subject: [PATCH] Set height of select --- ui/components/Select.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {