Fix background being coloured

This commit is contained in:
smoogipoo 2019-11-06 15:09:08 +09:00
parent 4ce3450cfc
commit 0b09fb293e
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@ public SidebarButton()
Height = Sidebar.DEFAULT_WIDTH;
RelativeSizeAxes = Axes.X;
BackgroundColour = Color4.Black;
AddRange(new Drawable[]
{
text = new Container