mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 08:02:54 +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]
|
[BackgroundDependencyLoader]
|
||||||
private void load(OsuColour colours)
|
private void load(OsuColour colours)
|
||||||
{
|
{
|
||||||
BackgroundColour = colours.Yellow;
|
BackgroundColour = colours.YellowDark;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user