1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-12 23:12:59 +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] [BackgroundDependencyLoader]
private void load(OsuColour colours) private void load(OsuColour colours)
{ {
BackgroundColour = colours.Yellow; BackgroundColour = colours.YellowDark;
} }
} }