mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-01 03:06:32 +02:00
💄 Fix gap on large buttons
This commit is contained in:
parent
d261ef0d59
commit
50cc7d0bc4
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ const buttonVariants = cva(
|
||||||
size: {
|
size: {
|
||||||
default: "h-9 px-2.5 gap-x-2.5 text-sm",
|
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",
|
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: {
|
defaultVariants: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue