mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Recolour a few other existing dropdowns with same hover & selection colours
This commit is contained in:
@ -35,7 +35,8 @@ namespace osu.Game.Overlays.Music
|
||||
private void load(OsuColour colours)
|
||||
{
|
||||
BackgroundColour = colours.Gray4;
|
||||
HoverColour = SelectionColour = colours.Gray6;
|
||||
SelectionColour = colours.Gray5;
|
||||
HoverColour = colours.Gray6;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user