mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 17:56:37 +02:00
💄 Consistent padding on button
This commit is contained in:
parent
b233ce8e1d
commit
d2cdd155d8
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue