From 2499916039680153b1bd01482da87293a6f3a985 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Thu, 26 Jan 2023 13:20:00 +0800 Subject: [PATCH] Use grouped list for the settings/labels view --- apple/OmnivoreKit/Sources/App/Views/Labels/LabelsView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/apple/OmnivoreKit/Sources/App/Views/Labels/LabelsView.swift b/apple/OmnivoreKit/Sources/App/Views/Labels/LabelsView.swift index c6aeb05ba..38af784d5 100644 --- a/apple/OmnivoreKit/Sources/App/Views/Labels/LabelsView.swift +++ b/apple/OmnivoreKit/Sources/App/Views/Labels/LabelsView.swift @@ -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) {