mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09: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