Fix profile picker row spacing on iOS 26+

This commit is contained in:
世界
2025-12-04 16:10:36 +08:00
parent 3239b1e822
commit 2db8512dad
@@ -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)