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