crossmate

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

commit 5474938b1f03bb7dbc52c77ed1996927b54324da
parent 80a2bd8a09c436809578781aa2ab032693251e45
Author: Michael Camilleri <[email protected]>
Date:   Fri, 29 May 2026 21:14:56 +0900

Increase spacing in date picker

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

diff --git a/Crossmate/Views/NYTBrowseView.swift b/Crossmate/Views/NYTBrowseView.swift @@ -176,7 +176,7 @@ struct NYTBrowseView: View { } private var dateWheelPopover: some View { - VStack(spacing: 14) { + VStack(spacing: 28) { HStack { Button("Cancel", role: .cancel) { showingMonthPicker = false