crossmate

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

commit 3ac5039baa81a9cde432c02119d6ad501e4d3e2c
parent fd0cac61be67aa0b5ec601167984641f74b6aed6
Author: Michael Camilleri <[email protected]>
Date:   Wed, 29 Apr 2026 21:50:48 +0900

Use grey for thematic colouring

Diffstat:
MCrossmate/Views/CellView.swift | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Crossmate/Views/CellView.swift b/Crossmate/Views/CellView.swift @@ -81,10 +81,10 @@ struct CellView: View { ZStack { Color.white if isThematic { - Color.yellow.opacity(0.22) + Color.gray.opacity(0.33) } if cell.isSpecial && specialKind == .shaded { - Color.black.opacity(0.18) + Color.black.opacity(0.22) } // Peer word tint sits beneath self highlight/selection so the // local cursor always reads as the dominant focus.