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