From 561028e67b85a0b2e95cacd5ab13c2584d5aa9c1 Mon Sep 17 00:00:00 2001 From: mika kuns Date: Fri, 5 Jun 2026 08:58:26 +0200 Subject: [PATCH] fix(ui): set prompt-action resting color on ContentPresenter The Fluent theme sets text color on the inner ContentPresenter, so setting Foreground on the Button only took effect on hover. Move the normal-state color onto the ContentPresenter so [Retry] shows green at rest. Co-Authored-By: Claude Opus 4.7 --- src/ClaudeDo.Ui/Views/Islands/Detail/WorkConsole.axaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/ClaudeDo.Ui/Views/Islands/Detail/WorkConsole.axaml b/src/ClaudeDo.Ui/Views/Islands/Detail/WorkConsole.axaml index 495259b..33614e1 100644 --- a/src/ClaudeDo.Ui/Views/Islands/Detail/WorkConsole.axaml +++ b/src/ClaudeDo.Ui/Views/Islands/Detail/WorkConsole.axaml @@ -36,14 +36,15 @@ -