From 178fd25b55684a348896842a9766f39022ee353b Mon Sep 17 00:00:00 2001 From: Mika Kuns Date: Wed, 24 Jun 2026 13:20:03 +0200 Subject: [PATCH] fix(ui): paint accent buttons with moss tokens instead of Fluent blue Button.accent set Background on the control, but Fluent's built-in accent button paints the ContentPresenter with SystemAccentColor (blue) at higher specificity, so the moss intent never showed (e.g. the Approve & Merge button rendered blue). Override at the /template/ ContentPresenter level for rest/hover/pressed with the moss accent tokens, matching the ListBoxItem overrides already in App.axaml. --- src/ClaudeDo.Ui/Design/IslandStyles.axaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/ClaudeDo.Ui/Design/IslandStyles.axaml b/src/ClaudeDo.Ui/Design/IslandStyles.axaml index ada05e8..84eeeb4 100644 --- a/src/ClaudeDo.Ui/Design/IslandStyles.axaml +++ b/src/ClaudeDo.Ui/Design/IslandStyles.axaml @@ -1123,6 +1123,23 @@ + + + +