Remove bg-background from "outline" button variant

This commit is contained in:
Alex Gleason 2025-09-20 11:20:44 -05:00
parent 03578ab05d
commit be71f350fc
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

View File

@ -9,7 +9,7 @@ export const buttonVariants = cva(
destructive:
"bg-destructive text-destructive-foreground hover:bg-destructive/90",
outline:
"border border-input bg-background hover:bg-accent hover:text-accent-foreground",
"border border-input hover:bg-accent hover:text-accent-foreground",
secondary:
"bg-secondary text-secondary-foreground hover:bg-secondary/80",
ghost: "hover:bg-accent hover:text-accent-foreground",