We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a0f4f commit 9a28d77Copy full SHA for 9a28d77
src/components/ui/button.tsx
@@ -18,10 +18,10 @@ const buttonVariants = cva(
18
secondary:
19
'bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80',
20
ghost: 'hover:bg-stone-700 active:bg-stone-600',
21
- link: 'text-primary underline-offset-4 hover:underline',
+ link: 'text-primary hover:bg-stone-200/40 active:bg-stone-300/70',
22
},
23
size: {
24
- default: 'h-9 px-2 py-1 mx-2',
+ default: 'h-9 p-1 mx-1.5',
25
sm: 'h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5',
26
lg: 'h-10 rounded-md px-6 has-[>svg]:px-4',
27
icon: 'size-9',
0 commit comments