1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Tweak colours on incompatibility displaying mod panel

This commit is contained in:
Bartłomiej Dach 2022-04-17 16:58:02 +02:00
parent 4b6d42c7e8
commit ffb5c1e86c
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -46,8 +46,8 @@ namespace osu.Game.Overlays.Mods
if (incompatible.Value)
{
Colour4 backgroundColour = ColourProvider.Background5;
Colour4 textBackgroundColour = ColourProvider.Background4;
Colour4 backgroundColour = ColourProvider.Background6;
Colour4 textBackgroundColour = ColourProvider.Background5;
Content.TransformTo(nameof(BorderColour), ColourInfo.GradientVertical(backgroundColour, textBackgroundColour), TRANSITION_DURATION, Easing.OutQuint);
Background.FadeColour(backgroundColour, TRANSITION_DURATION, Easing.OutQuint);