fix: Shadow colors are no longer solid black
This commit is contained in:
Родитель
47c1c65206
Коммит
c13d0fc24e
|
@ -106,7 +106,7 @@
|
|||
BorderThickness="{TemplateBinding BorderThickness}"
|
||||
CornerRadius="{TemplateBinding CornerRadius}"
|
||||
Elevation="{StaticResource MaterialDatePickerFlyoutElevation}"
|
||||
ShadowColor="Black">
|
||||
ShadowColor="{StaticResource ShadowColor}">
|
||||
<Border x:Name="Background">
|
||||
<Grid x:Name="ContentPanel">
|
||||
|
||||
|
|
|
@ -108,7 +108,7 @@
|
|||
BorderThickness="{TemplateBinding BorderThickness}"
|
||||
CornerRadius="{TemplateBinding CornerRadius}"
|
||||
Elevation="{StaticResource MaterialDatePickerFlyoutElevation}"
|
||||
ShadowColor="Black">
|
||||
ShadowColor="{StaticResource ShadowColor}">
|
||||
<Border x:Name="Background">
|
||||
<Grid x:Name="ContentPanel">
|
||||
|
||||
|
|
|
@ -379,7 +379,7 @@
|
|||
Height="20"
|
||||
Elevation="4"
|
||||
CornerRadius="10"
|
||||
ShadowColor="Black"
|
||||
ShadowColor="{StaticResource ShadowColor}"
|
||||
Background="Transparent"
|
||||
VerticalAlignment="Stretch"
|
||||
HorizontalAlignment="Stretch">
|
||||
|
|
|
@ -190,7 +190,7 @@
|
|||
BorderThickness="{TemplateBinding BorderThickness}"
|
||||
CornerRadius="{TemplateBinding CornerRadius}"
|
||||
Elevation="{ThemeResource DatePickerFlyoutElevation}"
|
||||
ShadowColor="Black">
|
||||
ShadowColor="{StaticResource ShadowColor}">
|
||||
<Border x:Name="Background">
|
||||
<Grid x:Name="ContentPanel">
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче