crossmate

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

commit 3e56589584e11ae96bba37931f5334ae3d9322d9
parent 85db483057391a6da21279528457054d53875cae
Author: Michael Camilleri <[email protected]>
Date:   Sun, 28 Jun 2026 17:02:28 +0900

Tweak spacing in Success Panel

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

diff --git a/Crossmate/Views/Puzzle/SuccessPanel.swift b/Crossmate/Views/Puzzle/SuccessPanel.swift @@ -371,7 +371,7 @@ struct SuccessPanel: View { } } - HStack(alignment: .center, spacing: 8) { + HStack(alignment: .center, spacing: 18) { VStack(alignment: .center, spacing: 4) { if let finishedInText { Text(finishedInText)