1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 15:53:21 +08:00

Use semibold font weight for ChannelListItemFlow label

This commit is contained in:
Jai Sharma 2022-04-16 19:30:03 +01:00
parent 2f41cddb00
commit 47c8b8010f

View File

@ -127,7 +127,7 @@ namespace osu.Game.Overlays.Chat.ChannelList
{ {
Text = label, Text = label,
Margin = new MarginPadding { Left = 18, Bottom = 5 }, Margin = new MarginPadding { Left = 18, Bottom = 5 },
Font = OsuFont.Torus.With(size: 12), Font = OsuFont.Torus.With(size: 12, weight: FontWeight.SemiBold),
}); });
} }
} }