From b41b5361e5302a816f05aa4ddad8c274a08da7e4 Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Fri, 1 Sep 2023 13:32:07 -0500 Subject: [PATCH] [AltWidget] Updates Lock Screen widgets to adopt containerBackground() on iOS 17 --- AltWidget/Widgets/LockScreenWidget.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/AltWidget/Widgets/LockScreenWidget.swift b/AltWidget/Widgets/LockScreenWidget.swift index d19aa9f4..2b98dd36 100644 --- a/AltWidget/Widgets/LockScreenWidget.swift +++ b/AltWidget/Widgets/LockScreenWidget.swift @@ -130,6 +130,7 @@ private struct ComplicationView: View } .gaugeStyle(.accessoryCircularCapacity) .unredacted() + .widgetBackground(Color.clear) } }