Updates most Settings view controllers to use .insetGrouped style

Excludes PreferredControllerSkinsViewController and ControllerSkinsViewController
This commit is contained in:
Riley Testut 2023-04-28 17:12:36 -05:00
parent 726c4ab93b
commit b0bd5ba906
2 changed files with 211 additions and 223 deletions

File diff suppressed because it is too large Load Diff

View File

@ -99,7 +99,7 @@ struct ContributorsView: View
}
}
}
.listStyle(.grouped) // TODO: Change to .insetGrouped once we drop iOS 13 support.
.listStyle(.insetGrouped)
.environmentObject(viewModel)
.alert(isPresented: $showErrorAlert) {
Alert(title: Text("Unable to Load Contributors"), message: Text(viewModel.error?.localizedDescription ?? ""), dismissButton: .default(Text("OK")) {