Fix up header sizing + styling

This commit is contained in:
smoogipoo
2018-12-14 14:20:03 +09:00
parent c9c04a6200
commit b83f99d90a
7 changed files with 120 additions and 67 deletions

View File

@ -98,7 +98,7 @@ namespace osu.Game.Screens.Multi.Match.Components
tabStrip.Colour = colours.Yellow;
}
private class BeatmapSelectButton : TriangleButton
private class BeatmapSelectButton : HeaderButton
{
private readonly IBindable<int?> roomIDBind = new Bindable<int?>();