diff --git a/osu.Game/Overlays/RestoreDefaultValueButton.cs b/osu.Game/Overlays/RestoreDefaultValueButton.cs index de600e8172..afc4146199 100644 --- a/osu.Game/Overlays/RestoreDefaultValueButton.cs +++ b/osu.Game/Overlays/RestoreDefaultValueButton.cs @@ -115,7 +115,7 @@ namespace osu.Game.Overlays Background.FadeColour(colours.Lime3, fade_duration, Easing.OutQuint); Content.TweenEdgeEffectTo(new EdgeEffectParameters { - Colour = colours.Lime3.Opacity(0.4f).Opacity(0.1f), + Colour = colours.Lime3.Opacity(0.1f), Radius = 2, Type = EdgeEffectType.Glow }, fade_duration, Easing.OutQuint);