From 830f49bca693c1d6c774dd4237cdba58bb337081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Dach?= Date: Mon, 18 Oct 2021 19:43:48 +0200 Subject: [PATCH] Remove doubled-up opacity specification --- osu.Game/Overlays/RestoreDefaultValueButton.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);