crossmate

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

commit eb3624d6d0eb6023a715cb26af2b3aac6a74aaff
parent a0072e096876a4e7f3bc4d5a5338e0719bf6e004
Author: Michael Camilleri <[email protected]>
Date:   Fri, 17 Apr 2026 17:26:51 +0900

Display location in all caps

Diffstat:
MCrossmate/Views/PuzzleView.swift | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Crossmate/Views/PuzzleView.swift b/Crossmate/Views/PuzzleView.swift @@ -205,6 +205,7 @@ private struct ClueBar: View { VStack(alignment: .leading, spacing: 4) { Text(label(for: clue)) .font(.caption) + .textCase(.uppercase) .foregroundStyle(.secondary) Text(clue?.text ?? "—") .font(.headline)