crossmate

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

commit c61b3e3d831453bf34fc20d012ffbe930eab4ac5
parent 46de4d3cfe45b6a28d8d18ca2ef83021b7b7060e
Author: Michael Camilleri <[email protected]>
Date:   Fri, 17 Apr 2026 19:04:23 +0900

Revert Clue Bar to having a dynamic height

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

diff --git a/Crossmate/Views/PuzzleView.swift b/Crossmate/Views/PuzzleView.swift @@ -208,11 +208,6 @@ private struct ClueBar: View { .textCase(.uppercase) .foregroundStyle(.secondary) ZStack(alignment: .leading) { - Text("X\nX") - .font(.headline) - .lineLimit(2) - .hidden() - .accessibilityHidden(true) Text(clue?.text ?? "—") .font(.headline) .lineLimit(2)