fix build
This commit is contained in:
parent
c37bc726ea
commit
4fdb6fedcf
|
@ -31,7 +31,7 @@ struct ImageView: View {
|
||||||
}
|
}
|
||||||
.failure {
|
.failure {
|
||||||
Rectangle()
|
Rectangle()
|
||||||
.fill(.gray)
|
.fill(Color.gray)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue