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