Remove person crop
This commit is contained in:
parent
804ddd1d5d
commit
3c26b55fc4
|
@ -25,14 +25,10 @@ struct UserListView: View {
|
|||
ZStack(alignment: Alignment.leading) {
|
||||
Rectangle()
|
||||
.foregroundColor(Color(UIColor.secondarySystemFill))
|
||||
.frame(height: 70)
|
||||
.frame(height: 50)
|
||||
.cornerRadius(10)
|
||||
|
||||
HStack {
|
||||
Image(systemName: "person.crop.circle.fill")
|
||||
.font(.system(size: 46))
|
||||
.foregroundColor(.primary)
|
||||
|
||||
Text(user.username)
|
||||
.font(.title2)
|
||||
|
||||
|
|
Loading…
Reference in New Issue