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

@ -27,8 +27,8 @@ namespace osu.Game.Overlays.Profile.Header.Components
[BackgroundDependencyLoader]
private void load(OsuColour colours)
{
IdleColour = colours.CommunityUserGrayGreen;
HoverColour = colours.CommunityUserGrayGreen.Darken(0.2f);
IdleColour = colours.GreySeafoamLight;
HoverColour = colours.GreySeafoamLight.Darken(0.2f);
Child = icon = new SpriteIcon
{