From d2cdd155d82fbff67775a75c5ef447ec1a019ac8 Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Sun, 30 Mar 2025 19:42:05 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Consistent=20padding=20on=20butt?= =?UTF-8?q?on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/ui/src/button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/button.tsx b/packages/ui/src/button.tsx index 1c1b25180..c9ee0d236 100644 --- a/packages/ui/src/button.tsx +++ b/packages/ui/src/button.tsx @@ -28,7 +28,7 @@ const buttonVariants = cva( link: "underline-offset-4 border-transparent hover:underline text-primary", }, size: { - default: "h-9 pl-2.5 pr-3 gap-x-2 text-sm rounded-md", + default: "h-9 px-2.5 gap-x-2 text-sm rounded-md", sm: "h-8 text-sm px-2 gap-x-1.5 rounded-md", lg: "h-12 text-base gap-x-3 px-4 rounded-lg", },