From 95146518b2fda08b17d576b89abf2d87082edde9 Mon Sep 17 00:00:00 2001 From: mika kuns Date: Mon, 20 Apr 2026 11:00:28 +0200 Subject: [PATCH] fix(ui): remove stale brush overrides in App.axaml Deleted inline SolidColorBrush resources whose keys collide with Tokens.axaml (AccentBrush, TextDimBrush, etc.) so the moss-green palette from the merged token file takes effect. Updated the three ListBoxItem styles to reference AccentGlowBrush/AccentSoftBrush instead of hard-coded hex. Co-Authored-By: Claude Sonnet 4.6 --- src/ClaudeDo.App/App.axaml | 30 +++--------------------------- 1 file changed, 3 insertions(+), 27 deletions(-) diff --git a/src/ClaudeDo.App/App.axaml b/src/ClaudeDo.App/App.axaml index 0f53616..edd82c3 100644 --- a/src/ClaudeDo.App/App.axaml +++ b/src/ClaudeDo.App/App.axaml @@ -16,30 +16,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - @@ -51,13 +27,13 @@ \ No newline at end of file