crossmate

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

commit fa99ae98e701a58dff6e4392a43137191e91c76d
parent c3ea032d28cca9108f3d16ac4b52f4af4d61afbe
Author: Michael Camilleri <[email protected]>
Date:   Fri, 19 Jun 2026 16:42:36 +0900

Adjust spacing of header scoreboard again

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 @@ -234,7 +234,7 @@ struct PuzzleScoreboard: View { chipFlow } .frame(maxWidth: .infinity) - .padding(.vertical, 4) + .padding(.vertical, 3) } .frame(height: horizontalHeaderHeight) }