Skip to content

Commit

Permalink
✨ [#290] StudentDetailFeature / sscaledToFit
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsh153 committed Sep 5, 2023
1 parent 7ff0515 commit 421ffa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ struct ProjectRowView: View {
if let image = phase.image {
image
.resizable()
.aspectRatio(contentMode: .fill)
.scaledToFit()
.cornerRadius(8)
} else {
Color.sms(.neutral(.n30))
Expand Down

0 comments on commit 421ffa9

Please sign in to comment.