Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjmarf committed Sep 30, 2023
1 parent bd8ecd5 commit e3162f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ struct UploadConfirmationView: View {
if let image = imageModel?.image {
image
.resizable()
.aspectRatio(1, contentMode: .fit)
.aspectRatio(contentMode: .fit)
.clipShape(
RoundedRectangle(cornerRadius: AppConstants.largeItemCornerRadius)
)
Expand Down

0 comments on commit e3162f9

Please sign in to comment.