From e89c025d9d6cc2bf26643d5f60deff1201fed4a8 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Thu, 27 Apr 2023 10:30:31 -0700 Subject: [PATCH] Remove blurhash opacity --- damus/Components/ImageCarousel.swift | 1 - 1 file changed, 1 deletion(-) 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()