Update BaseColour specification

This commit is contained in:
Dean Herbert 2020-10-13 17:37:24 +09:00
parent 41d82e3e8a
commit b08e7ce1f5

View File

@ -81,7 +81,7 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
waveform = new WaveformGraph
{
RelativeSizeAxes = Axes.Both,
Colour = colours.Blue.Opacity(0.2f),
BaseColour = colours.Blue.Opacity(0.2f),
LowColour = colours.BlueLighter,
MidColour = colours.BlueDark,
HighColour = colours.BlueDarker,