[AltWidget] Updates Lock Screen widgets to adopt containerBackground() on iOS 17

This commit is contained in:
Riley Testut
2023-09-01 13:32:07 -05:00
parent ce3b032dc1
commit b41b5361e5

View File

@@ -130,6 +130,7 @@ private struct ComplicationView: View
} }
.gaugeStyle(.accessoryCircularCapacity) .gaugeStyle(.accessoryCircularCapacity)
.unredacted() .unredacted()
.widgetBackground(Color.clear)
} }
} }