Fixed outline button hover color

This commit is contained in:
Lucas Oliveira 2024-02-15 21:14:00 +01:00
commit 68b0081f6e

View file

@ -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: