Refactor: Apply blue accent color sitewide

This commit is contained in:
gpt-engineer-app[bot]
2025-09-28 14:37:56 +00:00
parent 2c0f1e3963
commit e44531e624
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ const buttonVariants = cva(
{
variants: {
variant: {
default: "bg-primary text-primary-foreground hover:bg-primary/90",
default: "bg-accent text-accent-foreground hover:bg-accent/90",
destructive: "bg-destructive text-destructive-foreground hover:bg-destructive/90",
outline: "border border-input bg-background hover:bg-accent hover:text-accent-foreground",
secondary: "bg-secondary text-secondary-foreground hover:bg-secondary/80",