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",