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)