Fixed outline button hover color
This commit is contained in:
parent
ad630ab504
commit
68b0081f6e
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ const buttonVariants = cva(
|
|||
destructive:
|
||||
"bg-destructive text-destructive-foreground hover:bg-destructive/90",
|
||||
outline:
|
||||
"border border-input hover:bg-accent hover:text-accent-foreground",
|
||||
"border border-input hover:bg-input hover:text-accent-foreground",
|
||||
primary:
|
||||
"border bg-background text-secondary-foreground hover:bg-secondary-foreground/5 dark:hover:bg-background/10 hover:shadow-sm",
|
||||
secondary:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue