fix(badge): update destructive bg color on hover (#189)

This commit is contained in:
Elia Maino
2023-04-20 07:34:32 +02:00
committed by GitHub
parent 2fa78133c8
commit bfc66148ea

View File

@@ -13,7 +13,7 @@ const badgeVariants = cva(
secondary:
"bg-secondary hover:bg-secondary/80 border-transparent text-secondary-foreground",
destructive:
"bg-destructive hover:bg-secondary/80 border-transparent text-destructive-foreground",
"bg-destructive hover:bg-destructive/80 border-transparent text-destructive-foreground",
outline: "text-foreground",
},
},