Merge pull request #1714 from omnivore-app/fix/group-labels-view

Use grouped list for the settings/labels view
This commit is contained in:
Jackson Harper 2023-01-26 14:38:24 +08:00 committed by GitHub
commit acbd291b03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,6 @@ struct LabelsView: View {
}
createLabelButton
}
.listStyle(PlainListStyle())
.navigationTitle(LocalText.labelsGeneric)
.alert("Are you sure you want to delete this label?", isPresented: $showDeleteConfirmation) {
Button("Delete Label", role: .destructive) {