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

Change to pink colour scheme

This commit is contained in:
smoogipoo 2020-01-30 12:36:47 +09:00
parent d7d7ab48d3
commit da2c245083

View File

@ -29,7 +29,7 @@ namespace osu.Game.Overlays
public const float CONTENT_X_MARGIN = 70;
public UserProfileOverlay()
: base(OverlayColourScheme.Green)
: base(OverlayColourScheme.Pink)
{
}