1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-12 16:42:55 +08:00

Darken colour of playlists create button

To match d0c4637683.
This commit is contained in:
Bartłomiej Dach 2022-11-25 18:23:28 +01:00
parent 5ada9efa60
commit bbbc1d0428
No known key found for this signature in database

View File

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