Skip to content

Commit b6032ea

Browse files
committed
Adjust Shadow Color
1 parent 1d6e18f commit b6032ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher/Resources/CustomControlTemplate.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2749,9 +2749,9 @@
27492749
<DropShadowEffect
27502750
BlurRadius="12"
27512751
Direction="-90"
2752-
Opacity=".2"
2752+
Opacity=".15"
27532753
ShadowDepth="6"
2754-
Color="#8F8F8F" />
2754+
Color="Black" />
27552755
</Border.Effect>
27562756
<StackPanel
27572757
x:Name="Panel"

0 commit comments

Comments
 (0)