Use OsuColour for profile overlay

This commit is contained in:
Dean Herbert
2019-05-20 15:58:40 +09:00
parent d407981ae4
commit 247dad7e86
10 changed files with 15 additions and 25 deletions

View File

@ -80,7 +80,7 @@ namespace osu.Game.Overlays.Profile.Header.Components
private void load(OsuColour colours)
{
background.Colour = colours.Pink;
iconContainer.Colour = colours.CommunityUserGrayGreenDark;
iconContainer.Colour = colours.GreySeafoam;
}
}
}