1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 18:19:54 +08:00

Adjust sizing slightly

This commit is contained in:
Dean Herbert
2025-05-29 19:28:18 +09:00
Unverified
parent 92ed964627
commit 17285db53e
@@ -104,12 +104,12 @@ namespace osu.Game.Screens.SelectV2
{
titleText = new OsuSpriteText
{
Font = OsuFont.Style.Heading1.With(typeface: Typeface.TorusAlternate),
Font = OsuFont.Style.Heading2.With(typeface: Typeface.TorusAlternate, weight: FontWeight.Bold),
},
artistText = new OsuSpriteText
{
Font = OsuFont.Style.Caption2.With(weight: FontWeight.SemiBold),
Padding = new MarginPadding { Top = -4 },
Font = OsuFont.Style.Caption1.With(weight: FontWeight.SemiBold),
Padding = new MarginPadding { Top = -2 },
},
difficultyLine = new FillFlowContainer
{