diff --git a/JellyfinPlayer/Views/UserListView.swift b/JellyfinPlayer/Views/UserListView.swift index 8b37c8b1..e064e209 100644 --- a/JellyfinPlayer/Views/UserListView.swift +++ b/JellyfinPlayer/Views/UserListView.swift @@ -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)