1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 23:12:56 +08:00

Use pink for sample control points to avoid clash with waveform blue

This commit is contained in:
Dean Herbert 2020-10-01 19:03:17 +09:00
parent 589a26a149
commit fcccce8b4e

View File

@ -37,7 +37,7 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
AutoSizeAxes = Axes.X;
RelativeSizeAxes = Axes.Y;
Color4 colour = colours.BlueDarker;
Color4 colour = colours.PinkDarker;
InternalChildren = new Drawable[]
{
@ -57,7 +57,7 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
},
new Box
{
Colour = colours.Blue,
Colour = colours.Pink,
Width = 2,
RelativeSizeAxes = Axes.Y,
},