From 0dc2b9540a0a0dc7496817640b75baad5251862c Mon Sep 17 00:00:00 2001 From: Rami Bitar Date: Wed, 15 Apr 2026 23:43:14 -0400 Subject: [PATCH] add text foreground --- components/ui/button.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/ui/button.tsx b/components/ui/button.tsx index 8386d2b..f5fb9c9 100644 --- a/components/ui/button.tsx +++ b/components/ui/button.tsx @@ -13,11 +13,11 @@ const buttonVariants = cva( destructive: "bg-destructive text-white hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60", outline: - "border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50", + "border bg-background text-foreground shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50", secondary: "bg-secondary text-secondary-foreground hover:bg-secondary/80", ghost: - "hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50", + "text-foreground hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50", link: "text-primary underline-offset-4 hover:underline", }, size: {