From 0bf2d78fba6a62d188d7497bb10b9a1313191cd4 Mon Sep 17 00:00:00 2001 From: mika kuns Date: Mon, 20 Apr 2026 11:17:17 +0200 Subject: [PATCH] style(ui): background gradient and stronger island shadow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a RadialGradientBrush border (DeepBrush center → VoidBrush edges) filling the island row. Island BoxShadow was already set to IslandShadow token — no change needed there. Co-Authored-By: Claude Sonnet 4.6 --- src/ClaudeDo.Ui/Views/MainWindow.axaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/ClaudeDo.Ui/Views/MainWindow.axaml b/src/ClaudeDo.Ui/Views/MainWindow.axaml index cde2e6a..e110114 100644 --- a/src/ClaudeDo.Ui/Views/MainWindow.axaml +++ b/src/ClaudeDo.Ui/Views/MainWindow.axaml @@ -75,6 +75,16 @@ + + + + + + + + + +