mirror of
https://github.com/ppy/osu.git
synced 2025-03-05 13:42:59 +08:00
Increase font weight for runtime clock
Fonts this small are required to be `SemiBold` by design guidelines. Somehow missed this.
This commit is contained in:
parent
bc4d6a3ace
commit
0a34ce2509
@ -6,7 +6,6 @@ using osu.Framework.Allocation;
|
||||
using osu.Framework.Graphics;
|
||||
using osu.Game.Graphics;
|
||||
using osu.Game.Graphics.Sprites;
|
||||
using osuTK;
|
||||
|
||||
namespace osu.Game.Overlays.Toolbar
|
||||
{
|
||||
@ -42,7 +41,7 @@ namespace osu.Game.Overlays.Toolbar
|
||||
{
|
||||
Y = 14,
|
||||
Colour = colours.PinkLight,
|
||||
Scale = new Vector2(0.6f)
|
||||
Font = OsuFont.Default.With(size: 10, weight: FontWeight.SemiBold),
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user