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:
parent
b0f14d4963
commit
d0c4637683
@ -475,7 +475,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Match
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(OsuColour colours)
|
||||
{
|
||||
BackgroundColour = colours.Yellow;
|
||||
BackgroundColour = colours.YellowDark;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user