From 4c20c8374510e8d324e249b6914d1153512852f3 Mon Sep 17 00:00:00 2001 From: Laurent Date: Thu, 2 Feb 2023 17:54:42 +0100 Subject: [PATCH] put image for widgets --- LaunchWidget/SingleCountdownView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LaunchWidget/SingleCountdownView.swift b/LaunchWidget/SingleCountdownView.swift index ca6ca37..ed6e59b 100644 --- a/LaunchWidget/SingleCountdownView.swift +++ b/LaunchWidget/SingleCountdownView.swift @@ -114,7 +114,7 @@ struct MultiCountdownView: View { } .padding(.horizontal) .font(.callout) - .background(.cyan) + .background(Image(countdown.imageName)) .foregroundColor(.white) .monospaced() .cornerRadius(16.0)