remove hover on badge

This commit is contained in:
miloschwartz 2025-04-24 10:42:14 -04:00
parent 91b4bb4683
commit c3dbc64a58
No known key found for this signature in database

View file

@ -9,11 +9,11 @@ const badgeVariants = cva(
variants: { variants: {
variant: { variant: {
default: default:
"border-transparent bg-primary text-primary-foreground hover:bg-primary/80", "border-transparent bg-primary text-primary-foreground",
secondary: secondary:
"border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/80", "border-transparent bg-secondary text-secondary-foreground",
destructive: destructive:
"border-transparent bg-destructive text-destructive-foreground hover:bg-destructive/80", "border-transparent bg-destructive text-destructive-foreground",
outline: "text-foreground", outline: "text-foreground",
green: "border-transparent bg-green-300", green: "border-transparent bg-green-300",
yellow: "border-transparent bg-yellow-300", yellow: "border-transparent bg-yellow-300",