diff --git a/ApplicationLibrary/Views/Dashboard/Cards/ProfilePickerSheet.swift b/ApplicationLibrary/Views/Dashboard/Cards/ProfilePickerSheet.swift index ba70e35..a47cdb5 100644 --- a/ApplicationLibrary/Views/Dashboard/Cards/ProfilePickerSheet.swift +++ b/ApplicationLibrary/Views/Dashboard/Cards/ProfilePickerSheet.swift @@ -260,7 +260,7 @@ struct ProfilePickerSheet: View { .environmentObject(environments) .listRowBackground(Color.clear) .listRowSeparator(.hidden) - .listRowInsets(EdgeInsets(top: 6, leading: 16, bottom: 6, trailing: 16)) + .listRowInsets(EdgeInsets(top: 4, leading: 16, bottom: 4, trailing: 16)) } .onMove(perform: moveProfile) .onDelete(perform: deleteProfile)