commit 1d8e9374d38c55b89d735333b7ff8a0d9432ebab
parent 037807d3be7fdfd8f063053745eaa868a5227fe1
Author: Michael Camilleri <[email protected]>
Date: Mon, 18 May 2026 08:24:27 +0900
Tweak pattern opacity
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Crossmate/Views/CellView.swift b/Crossmate/Views/CellView.swift
@@ -165,7 +165,7 @@ private struct CrossRefPatternView: View {
/// Neutral ink that reads on white and over the (lightly tinted)
/// selection/author fills alike. Tunable while we evaluate the look.
- private let ink = Color.black.opacity(0.25)
+ private let ink = Color.black.opacity(0.20)
private let lineWidth: CGFloat = 1
private func lines(_ slope: CrossRefLines.Slope) -> CrossRefLines {