File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments