💄 Fix gap on large buttons

This commit is contained in:
Luke Vella 2023-08-29 17:46:59 +01:00
parent d261ef0d59
commit 50cc7d0bc4

View file

@ -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: {