Merge pull request #25 from luckychris/master

image corrected, display was too small
This commit is contained in:
Ivan Vorobei
2019-11-19 18:34:27 +03:00
committed by GitHub

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())