mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 18:51:17 +08:00
Change icon colour of BeatDivisorControl to be light
This commit is contained in:
@@ -375,7 +375,8 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(OsuColour colours)
|
||||
{
|
||||
IconColour = Color4.Black;
|
||||
IconColour = colours.GrayB;
|
||||
IconHoverColour = Color4.White;
|
||||
HoverColour = colours.Gray7;
|
||||
FlashColour = colours.Gray9;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user