Merge branch 'master' into fix-joystick-bindable-mayhe

This commit is contained in:
Salman Ahmed 2022-04-26 12:05:09 +03:00 committed by GitHub
commit 6e83aceaf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,7 +108,7 @@ namespace osu.Game.Graphics.UserInterface
if (Enabled.Value) if (Enabled.Value)
{ {
Debug.Assert(backgroundColour != null); Debug.Assert(backgroundColour != null);
Background.FlashColour(backgroundColour.Value, 200); Background.FlashColour(backgroundColour.Value.Lighten(0.4f), 200);
} }
return base.OnClick(e); return base.OnClick(e);