Fix profile picker row spacing on iOS 26+
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user