File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ export const buttonVariants = cva(
2828 sm : 'h-8 rounded-md px-3 text-xs'
2929 } ,
3030 variant : {
31- danger : 'bg-destructive text-destructive-foreground shadow-xs hover:bg-destructive/90 ' ,
31+ danger : 'bg-destructive text-destructive-foreground shadow-xs hover:bg-destructive/70 ' ,
3232 ghost : 'hover:bg-accent hover:text-accent-foreground' ,
3333 link : 'text-primary underline-offset-4 hover:underline' ,
3434 outline : 'border border-input bg-inherit shadow-xs' ,
3535 primary : 'bg-primary text-primary-foreground shadow-sm hover:bg-primary/90' ,
36- secondary : 'bg-secondary border text-secondary-foreground shadow-xs hover:bg-secondary/80 '
36+ secondary : 'bg-secondary border text-secondary-foreground shadow-xs hover:bg-secondary/10 '
3737 }
3838 }
3939 }
You can’t perform that action at this time.
0 commit comments