From 963cb377629384db986b10d9d2967d7a27bdf446 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Sun, 26 Mar 2023 09:35:07 -0600 Subject: [PATCH] Revert "Increase image size" This reverts commit b6d5b6f45e5e8782c51b2526b52b2d09d3b2808b. --- damus/Components/ImageCarousel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/damus/Components/ImageCarousel.swift b/damus/Components/ImageCarousel.swift index d2a77797..41a1e9cf 100644 --- a/damus/Components/ImageCarousel.swift +++ b/damus/Components/ImageCarousel.swift @@ -70,7 +70,7 @@ struct ImageCarousel: View { .fullScreenCover(isPresented: $open_sheet) { ImageView(urls: urls) } - .frame(height: 350) + .frame(height: 200) .clipped() .onTapGesture { open_sheet = true