From be71f350fc89befa130d957c3ddb5c2e8791648d Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sat, 20 Sep 2025 11:20:44 -0500 Subject: [PATCH] Remove bg-background from "outline" button variant --- src/components/ui/button-variants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/button-variants.ts b/src/components/ui/button-variants.ts index be181f9..63a20d3 100644 --- a/src/components/ui/button-variants.ts +++ b/src/components/ui/button-variants.ts @@ -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",