From 8ceb2e26f29961862254bf10ec323983898f7b45 Mon Sep 17 00:00:00 2001 From: laurenpudz Date: Sun, 25 Jan 2026 15:12:57 +0800 Subject: [PATCH] remove dark background on outline variant --- client/src/components/ui/button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/ui/button.tsx b/client/src/components/ui/button.tsx index 98a9368..2e263a1 100644 --- a/client/src/components/ui/button.tsx +++ b/client/src/components/ui/button.tsx @@ -13,7 +13,7 @@ const buttonVariants = cva( destructive: "bg-destructive text-destructive-foreground hover:bg-destructive/90", outline: - "border border-muted-foreground text-muted-foreground bg-background hover:bg-muted-foreground/10", + "border border-muted-foreground text-muted-foreground1 hover:bg-muted-foreground/10", secondary: "bg-secondary text-secondary-foreground hover:bg-secondary/80", ghost: "hover:bg-accent hover:text-accent-foreground",