mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-04-17 14:29:54 +02:00
image corrected, display was too small
This commit is contained in:
@@ -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())
|
||||||
|
|||||||
Reference in New Issue
Block a user