1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-30 07:19:54 +08:00

Change to pink colour scheme

This commit is contained in:
smoogipoo
2020-01-30 12:36:47 +09:00
Unverified
parent d7d7ab48d3
commit da2c245083
+1 -1
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)
{
}