1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 21:50:35 +08:00

Fix room name being coloured

This commit is contained in:
smoogipoo
2019-02-07 16:45:02 +09:00
Unverified
parent 4f86fe92ea
commit 2d61548251
@@ -155,11 +155,7 @@ namespace osu.Game.Screens.Multi.Lounge.Components
Spacing = new Vector2(5f),
Children = new Drawable[]
{
new StatusColouredContainer
{
AutoSizeAxes = Axes.Both,
Child = new RoomName { TextSize = 18 }
},
new RoomName { TextSize = 18 },
new ParticipantInfo(),
},
},