From b1aa927bf80dc607f978661bd7de7017109977d6 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Sun, 1 Feb 2026 19:55:39 -0600 Subject: [PATCH] Signed-off-by: Matt Bruce --- .../Clock/Views/Components/ClockOverlayContainer.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)