Revert "Increase image size"

This reverts commit b6d5b6f45e.
This commit is contained in:
William Casarin
2023-03-26 09:35:07 -06:00
parent 159d0fa2b5
commit 963cb37762

View File

@@ -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