1
0
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:
marvin
2025-06-30 18:43:37 +02:00
Unverified
parent 1e217064ae
commit ccc1a7ae6f
@@ -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;
}