Update beatmap set status pill appearance

This commit is contained in:
Bartłomiej Dach
2021-10-17 14:42:04 +02:00
parent 207ccc4756
commit 5ab3337a10
3 changed files with 71 additions and 12 deletions

View File

@ -220,7 +220,6 @@ 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());