refactor(ui): fold selected-day White to TextBrush token

This commit is contained in:
mika kuns
2026-05-30 16:52:56 +02:00
parent fbd5d9f7ca
commit 8944074997

View File

@@ -77,7 +77,7 @@
</Style>
<Style Selector="Button.day.selected /template/ ContentPresenter">
<Setter Property="Background" Value="{DynamicResource AccentBrush}"/>
<Setter Property="TextElement.Foreground" Value="White"/>
<Setter Property="TextElement.Foreground" Value="{DynamicResource TextBrush}"/>
</Style>
<Style Selector="Button.day.selected:pointerover /template/ ContentPresenter">
<Setter Property="Background" Value="{DynamicResource AccentDimBrush}"/>