From e44531e624b703b5862e5c9879cc74562a7e4086 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sun, 28 Sep 2025 14:37:56 +0000 Subject: [PATCH] Refactor: Apply blue accent color sitewide --- src/components/ui/button.tsx | 2 +- src/pages/Auth.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/ui/button.tsx b/src/components/ui/button.tsx index cdedd4f4..bf96c166 100644 --- a/src/components/ui/button.tsx +++ b/src/components/ui/button.tsx @@ -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", diff --git a/src/pages/Auth.tsx b/src/pages/Auth.tsx index 03bb04d3..f4419744 100644 --- a/src/pages/Auth.tsx +++ b/src/pages/Auth.tsx @@ -219,7 +219,7 @@ export default function Auth() { - @@ -362,7 +362,7 @@ export default function Auth() { -