Remove blurhash opacity
This commit is contained in:
@@ -100,7 +100,6 @@ struct ImageCarousel: View {
|
|||||||
case .processed(let blurhash) = meta.state {
|
case .processed(let blurhash) = meta.state {
|
||||||
Image(uiImage: blurhash)
|
Image(uiImage: blurhash)
|
||||||
.resizable()
|
.resizable()
|
||||||
.opacity(0.8)
|
|
||||||
.frame(width: geo_size.width * UIScreen.main.scale, height: self.height * UIScreen.main.scale)
|
.frame(width: geo_size.width * UIScreen.main.scale, height: self.height * UIScreen.main.scale)
|
||||||
} else {
|
} else {
|
||||||
EmptyView()
|
EmptyView()
|
||||||
|
|||||||
Reference in New Issue
Block a user