fix: fix date picker presenter shadow in light mode.

This commit is contained in:
rabbitism 2024-04-13 22:06:13 +08:00
parent 0c1922a08b
commit 8c1c48bcf5
No known key found for this signature in database

View File

@ -25,4 +25,6 @@
<SolidColorBrush x:Key="DateTimePickerButtonDisabledBorderBrush" Color="Transparent" />
<SolidColorBrush x:Key="DateTimePickerButtonDisabledBackground" Opacity="0.02" Color="#2E3238" />
<SolidColorBrush x:Key="DateTimePickerButtonDisabledIconForeground" Opacity="0.4" Color="#2E3238" />
<BoxShadows x:Key="DateTimePickerFlyoutBoxShadow">0 0 8 0 #1A000000</BoxShadows>
</ResourceDictionary>