Remove person crop

This commit is contained in:
Ethan Pippin 2021-10-15 01:00:31 -06:00
parent 804ddd1d5d
commit 3c26b55fc4
1 changed files with 1 additions and 5 deletions

View File

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