fix widget / icon view layout

This commit is contained in:
Trey t
2022-02-26 11:50:51 -06:00
parent 5357b4ffb8
commit 09e1e96a0a
4 changed files with 21 additions and 39 deletions

View File

@@ -267,11 +267,9 @@ struct SmallGraphicWidgetView: View {
IconView(iconViewModel: IconViewModel(backgroundImage: first.graphic,
bgColor: first.color,
bgOverlayColor: first.secondaryColor,
centerImage: first.graphic),
isPreview: true)
centerImage: first.graphic))
} else {
IconView(iconViewModel: IconViewModel.great,
isPreview: false)
IconView(iconViewModel: IconViewModel.great)
}
}
}