Increase image size

This commit is contained in:
William Casarin
2023-03-25 06:38:06 -06:00
parent f5ed9cd5d4
commit b6d5b6f45e

View File

@@ -70,7 +70,7 @@ struct ImageCarousel: View {
.fullScreenCover(isPresented: $open_sheet) {
ImageView(urls: urls)
}
.frame(height: 200)
.frame(height: 350)
.clipped()
.onTapGesture {
open_sheet = true