fix: outline button styling

This commit is contained in:
Maze Winther
2026-03-03 14:39:17 +01:00
parent 705faea56f
commit 31dc78637f
+1 -1
View File
@@ -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",