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:
@@ -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),
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user