From 31efc4e79e46a3a9434db31fa1ce881ce2386407 Mon Sep 17 00:00:00 2001 From: Malted Date: Wed, 13 Nov 2024 17:27:09 -0500 Subject: [PATCH] Revert butotn cahnge --- src/components/ui/button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/button.tsx b/src/components/ui/button.tsx index a566093d..34bd6fc8 100644 --- a/src/components/ui/button.tsx +++ b/src/components/ui/button.tsx @@ -13,7 +13,7 @@ const buttonVariants = cva( destructive: 'bg-destructive text-destructive-foreground hover:bg-destructive/90', outline: - '!bg-transparent text-white border border-input bg-background hover:bg-accent hover:opacity-80', + 'bg-[#ffffffaa] text-secondary-foreground border border-input bg-background 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',