Add link colour to beatmap source

This commit is contained in:
Joehu
2018-05-31 10:21:22 -07:00
parent 9c0eff72b5
commit b4d621a2cb
2 changed files with 4 additions and 7 deletions

View File

@ -135,8 +135,8 @@ namespace osu.Game.Overlays.BeatmapSet
private void load(OsuColour colours)
{
successRateBackground.Colour = colours.GrayE;
source.TextColour = description.TextColour = colours.Gray5;
tags.TextColour = colours.BlueDark;
description.TextColour = colours.Gray5;
source.TextColour = tags.TextColour = colours.BlueDark;
updateDisplay();
}