Change to pink colour scheme

This commit is contained in:
smoogipoo 2020-01-30 12:36:47 +09:00
parent d7d7ab48d3
commit da2c245083
1 changed files with 1 additions and 1 deletions

View File

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