From b98a00b5279e36a225e2ecc1b676621aa45c49a1 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Thu, 16 Jul 2026 16:46:17 +0200 Subject: [PATCH] Fix IconButton style for transparent button backgrounds and hover effects --- src/Decho/App.axaml | 9 +++++++++ src/Decho/Views/ChatView.axaml | 3 ++- src/Decho/Views/MainWindow.axaml | 6 ++++-- src/Decho/Views/SidebarView.axaml | 3 ++- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/src/Decho/App.axaml b/src/Decho/App.axaml index 2439a53..69627b9 100644 --- a/src/Decho/App.axaml +++ b/src/Decho/App.axaml @@ -11,5 +11,14 @@ + + + \ No newline at end of file diff --git a/src/Decho/Views/ChatView.axaml b/src/Decho/Views/ChatView.axaml index efa157b..6326224 100644 --- a/src/Decho/Views/ChatView.axaml +++ b/src/Decho/Views/ChatView.axaml @@ -24,7 +24,8 @@ Foreground="{DynamicResource UiTheme08}" Command="{Binding ToggleUsersPanelCommand}" VerticalAlignment="Top" - HorizontalAlignment="Right" /> + HorizontalAlignment="Right" + Classes="IconButton" /> + HorizontalAlignment="Right" + Classes="IconButton" />