Adjust Shadow Color

This commit is contained in:
DB p 2021-11-26 01:40:20 +09:00
parent 1d6e18f2fd
commit b6032ea2d9

View file

@ -2749,9 +2749,9 @@
<DropShadowEffect <DropShadowEffect
BlurRadius="12" BlurRadius="12"
Direction="-90" Direction="-90"
Opacity=".2" Opacity=".15"
ShadowDepth="6" ShadowDepth="6"
Color="#8F8F8F" /> Color="Black" />
</Border.Effect> </Border.Effect>
<StackPanel <StackPanel
x:Name="Panel" x:Name="Panel"