From 543338aef29f66fbb6399526a721a72c805826c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sat, 8 Nov 2025 19:00:59 +0100 Subject: [PATCH] fix: change Draw card to pink gradient to match footer color MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Created new gradient-pink-rose utility (pink to rose) - Updated Draw tool to use gradient-pink-rose instead of gradient-orange-pink - Draw card now displays pink (#ec4899) matching footer link color - Paint retains gradient-orange-pink for orange identity 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- app/globals.css | 4 ++++ components/ToolsGrid.tsx | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app/globals.css b/app/globals.css index fc611aa..f10d70b 100644 --- a/app/globals.css +++ b/app/globals.css @@ -91,6 +91,10 @@ body { background: linear-gradient(135deg, #f97316 0%, #ec4899 100%); } +@utility gradient-pink-rose { + background: linear-gradient(135deg, #ec4899 0%, #f43f5e 100%); +} + @utility gradient-green-teal { background: linear-gradient(135deg, #10b981 0%, #06b6d4 100%); } diff --git a/components/ToolsGrid.tsx b/components/ToolsGrid.tsx index 36d3393..0429cc3 100644 --- a/components/ToolsGrid.tsx +++ b/components/ToolsGrid.tsx @@ -77,7 +77,7 @@ const tools = [ title: 'Draw', description: 'Virtual whiteboard for sketching hand-drawn style diagrams. Create flowcharts, wireframes, and visual brainstorming with collaborative editing.', url: 'https://draw.kit.pivoine.art', - gradient: 'gradient-orange-pink', + gradient: 'gradient-pink-rose', accentColor: '#ec4899', badges: ['Collaborative', 'Open Source', 'Free'], icon: (