Make ready button also have triangles

This commit is contained in:
Dean Herbert
2020-02-20 18:39:10 +09:00
parent e7fca689b1
commit a0b578082e
2 changed files with 7 additions and 3 deletions

View File

@ -47,7 +47,6 @@ namespace osu.Game.Screens.Multi.Match.Components
private void load(OsuColour colours)
{
background.Colour = OsuColour.FromHex(@"28242d");
startButton.BackgroundColour = colours.Green;
}
}
}