mirror of
https://github.com/ppy/osu.git
synced 2025-02-06 23:53:00 +08:00
Fix room name being coloured
This commit is contained in:
parent
4f86fe92ea
commit
2d61548251
@ -155,11 +155,7 @@ namespace osu.Game.Screens.Multi.Lounge.Components
|
|||||||
Spacing = new Vector2(5f),
|
Spacing = new Vector2(5f),
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
new StatusColouredContainer
|
new RoomName { TextSize = 18 },
|
||||||
{
|
|
||||||
AutoSizeAxes = Axes.Both,
|
|
||||||
Child = new RoomName { TextSize = 18 }
|
|
||||||
},
|
|
||||||
new ParticipantInfo(),
|
new ParticipantInfo(),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user