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}"/>