Fix beatmap badge colours not updated inline with recent changes

This commit is contained in:
Salman Ahmed
2022-05-28 01:05:07 +03:00
parent 5eb16ff46c
commit 06832a4baf
3 changed files with 7 additions and 4 deletions

View File

@ -15,7 +15,7 @@ namespace osu.Game.Overlays.BeatmapSet
private void load(OsuColour colours)
{
BadgeText = BeatmapsetsStrings.SpotlightBadgeLabel;
BadgeColour = colours.Pink1;
BadgeColour = colours.SpotlightColour;
// todo: add linking support to allow redirecting spotlight badge to https://osu.ppy.sh/wiki/en/Beatmap_Spotlights.
}
}