From 50cc7d0bc45d08d2dee6d0a630d6cde742cc98f9 Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Tue, 29 Aug 2023 17:46:59 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Fix=20gap=20on=20large=20buttons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/ui/button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/button.tsx b/packages/ui/button.tsx index e4648ceee..17ca3a717 100644 --- a/packages/ui/button.tsx +++ b/packages/ui/button.tsx @@ -24,7 +24,7 @@ const buttonVariants = cva( size: { default: "h-9 px-2.5 gap-x-2.5 text-sm", sm: "h-7 text-xs px-2 gap-x-1.5 rounded-md", - lg: "h-11 text-base px-4 rounded-md", + lg: "h-11 text-base gap-x-3 px-4 rounded-md", }, }, defaultVariants: {