Change Shadow Style

This commit is contained in:
DB p 2022-09-15 10:53:54 +09:00
parent c81dd32d99
commit df4acaedba

View file

@ -238,9 +238,10 @@ namespace Flow.Launcher.Core.Resource
Property = Border.EffectProperty,
Value = new DropShadowEffect
{
Opacity = 0.4,
ShadowDepth = 2,
BlurRadius = 15
Opacity = 0.3,
ShadowDepth = 12,
Direction = 270,
BlurRadius = 30
}
};