1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 02:32:55 +08:00

Lighten colour of multiplayer create game button

This commit is contained in:
Dean Herbert 2022-11-25 20:18:21 +09:00
parent b0f14d4963
commit d0c4637683

View File

@ -475,7 +475,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Match
[BackgroundDependencyLoader]
private void load(OsuColour colours)
{
BackgroundColour = colours.Yellow;
BackgroundColour = colours.YellowDark;
}
}