commit e89c025d9d6cc2bf26643d5f60deff1201fed4a8
parent 0970c364b63932500c6d132d32ce153a888baeaf
Author: William Casarin <jb55@jb55.com>
Date: Thu, 27 Apr 2023 10:30:31 -0700
Remove blurhash opacity
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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()