1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-08 19:24:22 +08:00

Use semibold font weight for ChannelListItemFlow label

This commit is contained in:
Jai Sharma
2022-04-16 19:30:03 +01:00
Unverified
parent 2f41cddb00
commit 47c8b8010f
@@ -127,7 +127,7 @@ namespace osu.Game.Overlays.Chat.ChannelList
{
Text = label,
Margin = new MarginPadding { Left = 18, Bottom = 5 },
Font = OsuFont.Torus.With(size: 12),
Font = OsuFont.Torus.With(size: 12, weight: FontWeight.SemiBold),
});
}
}