From eef95080c3055b2c521e40b9dd5f97f583d51032 Mon Sep 17 00:00:00 2001 From: Rosario Moscato Date: Tue, 16 Sep 2025 16:55:37 +0200 Subject: [PATCH] refactor: standardize all colors to use Tailwind and shadcn/ui tokens MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Replace custom blue/purple gradients with semantic theme tokens - Update header/footer logos to use bg-primary instead of gradients - Standardize landing page with proper color tokens (bg-primary, text-primary) - Replace all custom blue-600 colors with text-primary in loading states - Update delete button to use bg-destructive text-destructive-foreground - Change AI Generated badge to use variant="secondary" - Add proper dark mode support to status indicators - Remove all hardcoded colors in favor of semantic tokens - Ensure consistent theming across all pages and components 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- src/app/dashboard/page.tsx | 14 +++++++------- src/app/page.tsx | 18 +++++++++--------- src/app/profile/page.tsx | 2 +- src/components/site-footer.tsx | 2 +- src/components/site-header.tsx | 4 ++-- 5 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index ef30f4a..6e4b839 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -182,8 +182,8 @@ export default function DesignStudioPage() {
- -
+ +

Generating Your Design

@@ -191,9 +191,9 @@ export default function DesignStudioPage() { Our AI is transforming your {selectedRoomType} with {selectedStyle} style...

-
-
-
+
+
+
@@ -259,7 +259,7 @@ export default function DesignStudioPage() { /> @@ -364,7 +364,7 @@ export default function DesignStudioPage() { alt="AI generated design" className="w-full h-96 object-cover rounded-lg" /> - + AI Generated
diff --git a/src/app/page.tsx b/src/app/page.tsx index f657278..43935f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,15 +11,15 @@ export default function LandingPage() { return (
{/* Hero Section */} -
+
-
+
-

+

Design Buddy

@@ -74,8 +74,8 @@ export default function LandingPage() {
-
- 1 +
+ 1

Upload Your Room

@@ -84,8 +84,8 @@ export default function LandingPage() {

-
- 2 +
+ 2

Choose Your Style

@@ -170,9 +170,9 @@ export default function LandingPage() {

{/* CTA Section */} -
+
-
+

Ready to Transform Your Space?

diff --git a/src/app/profile/page.tsx b/src/app/profile/page.tsx index b8d6cf1..ffbd323 100644 --- a/src/app/profile/page.tsx +++ b/src/app/profile/page.tsx @@ -171,7 +171,7 @@ export default function ProfilePage() {

Active now

- + Active
diff --git a/src/components/site-footer.tsx b/src/components/site-footer.tsx index e491c30..a8cbe4f 100644 --- a/src/components/site-footer.tsx +++ b/src/components/site-footer.tsx @@ -6,7 +6,7 @@ export function SiteFooter() {
-
+
Design Buddy diff --git a/src/components/site-header.tsx b/src/components/site-header.tsx index 4ebde3d..29f24ae 100644 --- a/src/components/site-header.tsx +++ b/src/components/site-header.tsx @@ -12,10 +12,10 @@ export function SiteHeader() { href="/" className="flex items-center gap-2 hover:opacity-80 transition-opacity" > -
+
- + Design Buddy