Remove blurhash opacity

This commit is contained in:
William Casarin
2023-04-27 10:30:31 -07:00
parent 0970c364b6
commit e89c025d9d

View File

@@ -100,7 +100,6 @@ struct ImageCarousel: View {
case .processed(let blurhash) = meta.state {
Image(uiImage: blurhash)
.resizable()
.opacity(0.8)
.frame(width: geo_size.width * UIScreen.main.scale, height: self.height * UIScreen.main.scale)
} else {
EmptyView()