create random icons and save to documents dir
This commit is contained in:
@@ -267,7 +267,8 @@ struct SmallGraphicWidgetView: View {
|
||||
IconView(iconViewModel: IconViewModel(backgroundImage: first.graphic,
|
||||
bgColor: first.color,
|
||||
bgOverlayColor: first.secondaryColor,
|
||||
centerImage: first.graphic))
|
||||
centerImage: first.graphic,
|
||||
innerColor: first.color))
|
||||
} else {
|
||||
IconView(iconViewModel: IconViewModel.great)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user