Removed hover bg from outline badge
This commit is contained in:
parent
a7f7530354
commit
b2c09fc82c
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ const badgeVariants = cva(
|
|||
"bg-secondary hover:bg-secondary/80 border-transparent text-secondary-foreground",
|
||||
destructive:
|
||||
"bg-destructive hover:bg-destructive/80 border-transparent text-destructive-foreground",
|
||||
outline: "text-primary/80 hover:bg-muted border-ring/60",
|
||||
outline: "text-primary/80 border-ring/60",
|
||||
},
|
||||
size: {
|
||||
sm: "h-4 text-xs",
|
||||
|
|
@ -27,7 +27,7 @@ const badgeVariants = cva(
|
|||
defaultVariants: {
|
||||
variant: "default",
|
||||
},
|
||||
}
|
||||
},
|
||||
);
|
||||
|
||||
export interface BadgeProps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue