image corrected, display was too small

This commit is contained in:
Christoph Duyster
2019-11-19 16:29:37 +01:00
parent 287aac0bcb
commit ff7779d44a

View File

@@ -8,6 +8,7 @@ struct SearchUserRow: View {
HStack {
self.viewModel.userImages[user].map { image in
Image(uiImage: image)
.resizable()
.frame(width: 44, height: 44)
.aspectRatio(contentMode: .fit)
.clipShape(Circle())