Adjust colours

This commit is contained in:
TheWildTree 2020-02-16 21:42:05 +01:00
parent c1924535ff
commit dd5e713c0c

View File

@ -50,7 +50,7 @@ namespace osu.Game.Beatmaps.Drawables
Child = new Box
{
RelativeSizeAxes = Axes.Both,
Colour = ColourInfo.GradientVertical(OsuColour.Gray(0.2f), OsuColour.Gray(0.1f)),
Colour = OsuColour.Gray(0.2f),
};
}