fix: version badge uses BadgeBrush instead of hardcoded #F0F0F0

This commit is contained in:
SuperDooper
2026-05-08 14:40:17 +02:00
parent 11f097b969
commit 1172fd8f4e
+1 -1
View File
@@ -163,7 +163,7 @@
<StackPanel Orientation="Horizontal">
<TextBlock Text="ClaudeChecker" FontSize="12" FontWeight="SemiBold"
Foreground="{DynamicResource TextBrush}"/>
<Border Background="#F0F0F0" CornerRadius="3"
<Border Background="{DynamicResource BadgeBrush}" CornerRadius="3"
Margin="6,0,0,0" Padding="5,1">
<TextBlock x:Name="VersionLabel" FontSize="11"
Foreground="{DynamicResource SecondaryBrush}"