From 4fdb6fedcf883479560562234b27d288bfc103a1 Mon Sep 17 00:00:00 2001 From: Aiden Vigue Date: Mon, 12 Jul 2021 16:55:33 -0400 Subject: [PATCH] fix build --- Shared/Extensions/ImageView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shared/Extensions/ImageView.swift b/Shared/Extensions/ImageView.swift index bd8454ea..2e25c23f 100644 --- a/Shared/Extensions/ImageView.swift +++ b/Shared/Extensions/ImageView.swift @@ -31,7 +31,7 @@ struct ImageView: View { } .failure { Rectangle() - .fill(.gray) + .fill(Color.gray) } } }