Update heart colour of supporter icon (#5594)

Update heart colour of supporter icon
This commit is contained in:
Dean Herbert 2019-08-04 16:07:25 +02:00 committed by GitHub
commit d5be87c06a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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