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

Fix button spacing in account creation overlay

This commit is contained in:
Salman Alshamrani
2025-12-31 11:28:19 -05:00
Unverified
parent 464cc23393
commit 19cfe9abe6
@@ -71,7 +71,7 @@ namespace osu.Game.Overlays.AccountCreation
Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre,
Padding = new MarginPadding(20),
Spacing = new Vector2(0, 5),
Spacing = new Vector2(0, 7),
Children = new Drawable[]
{
new Container