Update break colour to not look like kiai time

This commit is contained in:
Dean Herbert 2021-04-15 17:04:11 +09:00
parent 18e8682f39
commit bf5af3310a

View File

@ -28,7 +28,7 @@ namespace osu.Game.Screens.Edit.Components.Timelines.Summary.Parts
}
[BackgroundDependencyLoader]
private void load(OsuColour colours) => Colour = colours.Yellow;
private void load(OsuColour colours) => Colour = colours.GreyCarmineLight;
}
}
}