mirror of
https://github.com/ppy/osu.git
synced 2026-05-30 01:49:56 +08:00
Lighten colour of multiplayer create game button
This commit is contained in:
@@ -475,7 +475,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Match
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(OsuColour colours)
|
||||
{
|
||||
BackgroundColour = colours.Yellow;
|
||||
BackgroundColour = colours.YellowDark;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user