feat: polish day button foreground when in range.

This commit is contained in:
rabbitism
2024-11-11 23:43:12 +08:00
parent b066a7d1c7
commit b2e91052b8
4 changed files with 4 additions and 1 deletions

View File

@@ -44,7 +44,7 @@
<Setter Property="Background" Value="{DynamicResource CalenderDayInRangeBackground}" />
<Setter Property="CornerRadius" Value="{DynamicResource CalenderDayInRangeCornerRadius}" />
<Setter Property="BorderThickness" Value="{DynamicResource CalenderDayNoBorderThickness}" />
<Setter Property="Foreground" Value="{DynamicResource CalenderDaySelectedForeground}" />
<Setter Property="Foreground" Value="{DynamicResource CalendarDayInRangeForeground}" />
</Style>
<Style Selector="^:today">