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:
parent
589a26a149
commit
fcccce8b4e
@ -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,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user