style(ui): add buton variant ghost-destructive
This commit is contained in:
parent
139832ad46
commit
ce4cd21937
@ -18,6 +18,8 @@ const buttonVariants = cva(
|
|||||||
secondary:
|
secondary:
|
||||||
'bg-secondary text-secondary-foreground shadow-sm hover:bg-secondary/80',
|
'bg-secondary text-secondary-foreground shadow-sm hover:bg-secondary/80',
|
||||||
ghost: 'hover:bg-accent hover:text-accent-foreground',
|
ghost: 'hover:bg-accent hover:text-accent-foreground',
|
||||||
|
'ghost-destructive':
|
||||||
|
'hover:bg-destructive hover:text-destructive-foreground',
|
||||||
link: 'text-primary underline-offset-4 hover:underline',
|
link: 'text-primary underline-offset-4 hover:underline',
|
||||||
},
|
},
|
||||||
size: {
|
size: {
|
||||||
|
Loading…
Reference in New Issue
Block a user