Recolour ranked status pill

This commit is contained in:
TheWildTree
2020-02-05 16:31:14 +01:00
parent f4ee281dd6
commit 76037e4ffd
2 changed files with 9 additions and 1 deletions

View File

@ -218,6 +218,7 @@ namespace osu.Game.Overlays.BeatmapSet
private void load(OverlayColourProvider colourProvider)
{
coverGradient.Colour = ColourInfo.GradientVertical(colourProvider.Background6.Opacity(0.3f), colourProvider.Background6.Opacity(0.8f));
onlineStatusPill.BackgroundColour = colourProvider.Background6;
State.BindValueChanged(_ => updateDownloadButtons());