From 31dc78637f013ac1999aff873d5f00300556166f Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Tue, 3 Mar 2026 14:39:17 +0100 Subject: [PATCH] fix: outline button styling --- apps/web/src/components/ui/button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/ui/button.tsx b/apps/web/src/components/ui/button.tsx index fba3109f..1143b142 100644 --- a/apps/web/src/components/ui/button.tsx +++ b/apps/web/src/components/ui/button.tsx @@ -15,7 +15,7 @@ const buttonVariants = cva( "bg-destructive text-destructive-foreground hover:bg-destructive/80", "destructive-foreground": "border bg-background hover:bg-destructive/15 text-destructive", - outline: "border border-border bg-transparent hover:bg-accent/50", + outline: "border border-border bg-background hover:bg-accent", secondary: "bg-secondary text-secondary-foreground border border-secondary-border", text: "bg-transparent rounded-none opacity-100 hover:opacity-75",