mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Adjust Shadow Color
This commit is contained in:
parent
1d6e18f2fd
commit
b6032ea2d9
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue