mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:17:23 +08:00
Use bold font for replies button
This commit is contained in:
parent
35cfb16c8d
commit
9ab309fc0e
@ -204,7 +204,7 @@ namespace osu.Game.Overlays.Comments
|
||||
Alpha = count == 0 ? 0 : 1;
|
||||
Child = text = new SpriteText
|
||||
{
|
||||
Font = OsuFont.GetFont(size: 12),
|
||||
Font = OsuFont.GetFont(size: 12, weight: FontWeight.Bold),
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user