Use bold font for replies button

This commit is contained in:
Andrei Zavatski
2019-10-08 20:44:01 +03:00
parent 35cfb16c8d
commit 9ab309fc0e

View File

@ -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),
};
}