This commit is contained in:
Michael Freno
2026-02-01 10:22:47 -05:00
parent d4adb530e0
commit e0a9d16484

View File

@@ -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)