mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 16:19:35 +08:00
Incorrect colour
This commit is contained in:
parent
68377494f7
commit
8359f6ced0
@ -16,7 +16,7 @@ namespace osu.Game.Overlays.Social
|
||||
{
|
||||
private OsuSpriteText browser;
|
||||
|
||||
protected override Color4 BackgroundColour => OsuColour.FromHex(@"672b51");
|
||||
protected override Color4 BackgroundColour => OsuColour.FromHex(@"38202e");
|
||||
protected override float TabStripWidth => 438;
|
||||
protected override SocialTab DefaultTab => SocialTab.OnlinePlayers;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user