updating logic

This commit is contained in:
Ishaan Dey
2024-05-01 02:28:39 -04:00
parent e23b38875e
commit d3698b9a50
3 changed files with 35 additions and 8 deletions

View File

@ -12,7 +12,7 @@ const buttonVariants = cva(
default:
"bg-primary text-primary-foreground shadow hover:bg-primary/90",
destructive:
"bg-destructive text-destructive-foreground shadow-sm hover:bg-destructive/90",
"border border-destructive bg-background shadow-sm hover:bg-destructive/20 text-destructive",
outline:
"border border-input bg-background shadow-sm hover:bg-accent hover:text-accent-foreground",
secondary: