diff --git a/damus/Components/ImageCarousel.swift b/damus/Components/ImageCarousel.swift index 76adb6c5..3891a992 100644 --- a/damus/Components/ImageCarousel.swift +++ b/damus/Components/ImageCarousel.swift @@ -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()