From e0a9d16484c810deb785405ecba35df602799fae Mon Sep 17 00:00:00 2001 From: Michael Freno Date: Sun, 1 Feb 2026 10:22:47 -0500 Subject: [PATCH] mild --- Gaze/Views/Components/EnforceModeCalibrationOverlayView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gaze/Views/Components/EnforceModeCalibrationOverlayView.swift b/Gaze/Views/Components/EnforceModeCalibrationOverlayView.swift index 059ed4d..8bb4ce3 100644 --- a/Gaze/Views/Components/EnforceModeCalibrationOverlayView.swift +++ b/Gaze/Views/Components/EnforceModeCalibrationOverlayView.swift @@ -37,7 +37,7 @@ struct EnforceModeCalibrationOverlayView: View { .foregroundStyle(.white) Text( - "Use the sliders to fit the boxes around your eyes. When it looks right, continue." + "Use the sliders to fit the boxes around your eyes. It need not be perfect." ) .font(.callout) .multilineTextAlignment(.center) @@ -66,7 +66,7 @@ struct EnforceModeCalibrationOverlayView: View { ) } .padding(16) - .background(.black.opacity(0.6)) + .background(.black.opacity(0.3)) .clipShape(RoundedRectangle(cornerRadius: 12)) .frame(maxWidth: 420) .frame(maxHeight: .infinity, alignment: .center)