diff --git a/TheNoiseClock/Features/Clock/Views/Components/ClockOverlayContainer.swift b/TheNoiseClock/Features/Clock/Views/Components/ClockOverlayContainer.swift index 89db81a..e93db46 100644 --- a/TheNoiseClock/Features/Clock/Views/Components/ClockOverlayContainer.swift +++ b/TheNoiseClock/Features/Clock/Views/Components/ClockOverlayContainer.swift @@ -22,7 +22,7 @@ struct ClockOverlayContainer: View { showBattery: style.showBattery, showDate: style.showDate, color: style.effectiveDigitColor, - opacity: style.clockOpacity, + opacity: style.overlayOpacity, dateFormat: style.dateFormat ) .padding(.top, Design.Spacing.small)