commit 0e718bdf64b39455c798f1bfcb6d96b909861cc6 parent 1bac07b8b12cdb3019a1914418944a54b5768d73 Author: Michael Camilleri <[email protected]> Date: Mon, 29 Jun 2026 08:45:21 +0900 Reduce margin on puzzle sharing image Diffstat:
| M | Crossmate/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 @@ -703,7 +703,7 @@ private struct SuccessShareCard: View { } } } - .padding(36) + .padding(24) .frame(width: Self.width) .background(Color.white) }