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:
parent
2f41cddb00
commit
47c8b8010f
@ -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),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user