crossmate

A collaborative crossword app for iOS
Log | Files | Refs | LICENSE

commit 26a9e40bdd50c0626baaa6207ad2abe14de4294e
parent 91eb8fbbb4a81f91a9e216a2063fc533a844362c
Author: Michael Camilleri <[email protected]>
Date:   Thu, 18 Jun 2026 07:29:22 +0900

Adjust spacing of nudge button on the iPad

Diffstat:
MCrossmate/Views/Puzzle/PuzzleScoreboard.swift | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Crossmate/Views/Puzzle/PuzzleScoreboard.swift b/Crossmate/Views/Puzzle/PuzzleScoreboard.swift @@ -244,7 +244,7 @@ struct PuzzleScoreboard: View { } private func heading(font: Font) -> some View { - HStack(spacing: 8) { + HStack(spacing: 18) { Text("Players") .font(font)