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