From f63de02861f5fa1aeb3c6e199e813dc662c1ec6a Mon Sep 17 00:00:00 2001
From: SuperDooper <37051355+superdooper86@users.noreply.github.com>
Date: Fri, 8 May 2026 14:26:23 +0200
Subject: [PATCH] fix: use DynamicResource for all theme brush bindings
---
windows/PopupWindow.xaml | 88 ++++++++++++++++++++--------------------
1 file changed, 44 insertions(+), 44 deletions(-)
diff --git a/windows/PopupWindow.xaml b/windows/PopupWindow.xaml
index 0b2c890..83ed6bb 100644
--- a/windows/PopupWindow.xaml
+++ b/windows/PopupWindow.xaml
@@ -5,7 +5,7 @@
Title="ClaudeChecker"
Width="480" Height="660"
WindowStartupLocation="CenterScreen"
- Background="{StaticResource BackgroundBrush}"
+ Background="{DynamicResource BackgroundBrush}"
FontFamily="Segoe UI"
ShowInTaskbar="True"
ResizeMode="NoResize">
@@ -16,8 +16,8 @@
@@ -26,21 +26,21 @@
+ Foreground="{DynamicResource BlueBrush}" VerticalAlignment="Center"/>
+ Foreground="{DynamicResource TextBrush}"/>
+ FontSize="11" Foreground="{DynamicResource SecondaryBrush}"/>
+ Foreground="{DynamicResource BlueBrush}" Click="UpdateBanner_Click"/>
-
+
@@ -55,7 +55,7 @@
Width="12" Height="12" Visibility="Collapsed"
Style="{x:Null}" Margin="0,0,6,0"/>
+ Foreground="{DynamicResource SecondaryBrush}" VerticalAlignment="Center"/>
@@ -72,17 +72,17 @@
+ Background="{DynamicResource BackgroundBrush}">
-
+
@@ -91,13 +91,13 @@
-