style(ui): add buton variant ghost-destructive

This commit is contained in:
Lars Hampe 2024-10-24 23:16:13 +02:00
parent 139832ad46
commit ce4cd21937

View File

@ -18,6 +18,8 @@ const buttonVariants = cva(
secondary:
'bg-secondary text-secondary-foreground shadow-sm hover:bg-secondary/80',
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',
},
size: {