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:
parent
4b6d42c7e8
commit
ffb5c1e86c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user