1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 14:12:55 +08:00

Update the colour

This commit is contained in:
Andrei Zavatski 2019-08-04 06:15:15 +03:00
parent 3a21a9e0ed
commit c8acbdb1d9

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;
}
}
}