[AltWidget] Adopts containerBackground(for:) on iOS 17

This commit is contained in:
Riley Testut
2023-08-18 19:00:57 -05:00
committed by Magesh K
parent fd8dd20c1b
commit 693969dc28
2 changed files with 12 additions and 1 deletions

View File

@@ -105,7 +105,6 @@ struct WidgetView : View
}
}
.widgetBackground(backgroundView(icon: entry.app?.icon, tintColor: entry.app?.tintColor))
}
}