1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 14:42:56 +08:00

Update kudosu description color in line with web

This commit is contained in:
Joehu 2021-03-17 14:46:23 -07:00
parent 599c55fca5
commit 08ffe425f9

View File

@ -103,7 +103,6 @@ namespace osu.Game.Overlays.Profile.Sections.Kudosu
private void load(OverlayColourProvider colourProvider)
{
lineBackground.Colour = colourProvider.Highlight1;
DescriptionText.Colour = colourProvider.Foreground1;
}
}
}