Match size of participants text with host display

This commit is contained in:
Dean Herbert
2021-02-02 18:44:13 +09:00
parent 96d20bf607
commit 9b209d67dc

View File

@ -63,7 +63,6 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
summary = new OsuSpriteText summary = new OsuSpriteText
{ {
Text = "0 participants", Text = "0 participants",
Font = OsuFont.GetFont(size: 14)
} }
}, },
}, },