mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-30 18:56:45 +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: {
|
||||
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: {
|
||||
|
|
Loading…
Add table
Reference in a new issue