1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 05:01:22 +08:00

Update the colour

This commit is contained in:
Andrei Zavatski
2019-08-04 06:15:15 +03:00
Unverified
parent 3a21a9e0ed
commit c8acbdb1d9
@@ -80,7 +80,6 @@ namespace osu.Game.Overlays.Profile.Header.Components
private void load(OsuColour colours)
{
background.Colour = colours.Pink;
iconContainer.Colour = colours.GreySeafoam;
}
}
}