Skip to content

Commit 16333b0

Browse files
adjust secondary button
1 parent a3de49d commit 16333b0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/components/ui/button.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@ const buttonVariants = cva(
99
{
1010
variants: {
1111
variant: {
12-
default:
13-
'bg-primary text-primary-foreground shadow-xs hover:bg-primary/90',
12+
default: 'bg-primary shadow-xs hover:bg-primary/90',
1413
destructive:
1514
'bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20',
1615
outline:
1716
'border bg-background shadow-xs hover:bg-stone-200 active:bg-stone-300',
1817
secondary:
19-
'bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80',
18+
'text-primary-foreground hover:bg-stone-500/60 active:bg-stone-500 focus-visible:ring-ring-light',
2019
ghost: 'hover:bg-stone-700 active:bg-stone-600 focus-visible:ring-ring-light',
2120
link: 'text-primary hover:bg-stone-200/40 active:bg-stone-300/70 focus-visible:ring-ring/50 focus-visible:ring-[3px]',
2221
},

0 commit comments

Comments
 (0)