Tweaks design of the smart feeds summary widget

This commit is contained in:
Stuart Breckenridge
2020-11-21 17:16:21 +08:00
parent df7cd6904a
commit 4e8de59b82
5 changed files with 41 additions and 22 deletions

View File

@@ -73,7 +73,7 @@ struct SmartFeedSummaryWidget: Widget {
return StaticConfiguration(kind: kind, provider: Provider(), content: { entry in
SmartFeedSummaryWidgetView(entry: entry)
.frame(maxWidth: .infinity, maxHeight: .infinity)
.background(Color("WidgetBackground"))
.background(Color("AccentColor"))
})
.configurationDisplayName(L10n.smartFeedSummaryWidgetTitle)