fix build

This commit is contained in:
Aiden Vigue 2021-07-12 16:55:33 -04:00
parent c37bc726ea
commit 4fdb6fedcf
No known key found for this signature in database
GPG Key ID: B9A09843AB079D5B
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ struct ImageView: View {
} }
.failure { .failure {
Rectangle() Rectangle()
.fill(.gray) .fill(Color.gray)
} }
} }
} }