diff --git a/TheNoiseClock/Features/Clock/Views/Components/ClockOverlayContainer.swift b/TheNoiseClock/Features/Clock/Views/Components/ClockOverlayContainer.swift index 945a801..89db81a 100644 --- a/TheNoiseClock/Features/Clock/Views/Components/ClockOverlayContainer.swift +++ b/TheNoiseClock/Features/Clock/Views/Components/ClockOverlayContainer.swift @@ -21,8 +21,8 @@ struct ClockOverlayContainer: View { TopOverlayView( showBattery: style.showBattery, showDate: style.showDate, - color: style.digitColor.opacity(Design.Opacity.heavy), - opacity: style.overlayOpacity, + color: style.effectiveDigitColor, + opacity: style.clockOpacity, dateFormat: style.dateFormat ) .padding(.top, Design.Spacing.small)