Use grouped list for the settings/labels view

This commit is contained in:
Jackson Harper 2023-01-26 13:20:00 +08:00
parent 68fcbae6dc
commit 2499916039

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) {