feat: Update dark mode backgrounds, and change several control templates.

This commit is contained in:
rabbitism
2023-02-03 11:51:56 +08:00
parent 547e95e7b6
commit ae3376c0b2
32 changed files with 90 additions and 59 deletions

View File

@@ -5,7 +5,7 @@
<Setter Property="MinWidth" Value="242" />
<Setter Property="MaxHeight" Value="300" />
<Setter Property="FontWeight" Value="Normal" />
<Setter Property="Background" Value="White" />
<Setter Property="Background" Value="{DynamicResource DateTimePickerPopupBackground}" />
<Setter Property="CornerRadius" Value="6" />
<Setter Property="Template">
<ControlTemplate TargetType="TimePickerPresenter">