Adjust colours

This commit is contained in:
TheWildTree 2020-02-16 21:42:05 +01:00
parent c1924535ff
commit dd5e713c0c
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public UpdateableBeatmapSetCover()
Child = new Box
{
RelativeSizeAxes = Axes.Both,
Colour = ColourInfo.GradientVertical(OsuColour.Gray(0.2f), OsuColour.Gray(0.1f)),
Colour = OsuColour.Gray(0.2f),
};
}