style: sort button in /projects

This commit is contained in:
Maze Winther
2025-08-16 18:54:18 +02:00
parent c0709293da
commit 77d8c6c774
2 changed files with 72 additions and 18 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ const buttonVariants = cva(
outline:
"border border-input bg-background shadow-xs hover:opacity-75 transition-opacity hover:text-accent-foreground",
secondary:
"bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80",
"bg-secondary text-secondary-foreground shadow-xs hover:bg-foreground/15 border border-input",
text: "bg-transparent p-0 rounded-none opacity-100 hover:opacity-50 transition-opacity", // Instead of ghost (matches app better)
link: "text-primary underline-offset-4 hover:underline",
},