From 2846830bf76804790dfacdd0f7a30b49bf6a7bd9 Mon Sep 17 00:00:00 2001 From: claude_code Date: Mon, 22 Jun 2026 03:17:02 +0300 Subject: [PATCH] style(home): use neutral gray "New note" button instead of blue primary The button rendered with Mantine's default blue primary, which clashes with the app's neutral/dark accent design. Switch both the single-space and the space-picker variants to variant="light" color="gray". Co-Authored-By: Claude Opus 4.8 --- apps/client/src/features/home/components/new-note-button.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/client/src/features/home/components/new-note-button.tsx b/apps/client/src/features/home/components/new-note-button.tsx index 154ad7a0..3a19cddd 100644 --- a/apps/client/src/features/home/components/new-note-button.tsx +++ b/apps/client/src/features/home/components/new-note-button.tsx @@ -55,6 +55,8 @@ export default function NewNoteButton() {