Apply inset list style to Home settings on macOS

This commit is contained in:
Arkadiusz Fal
2026-04-21 03:40:57 +02:00
parent bdd9f7f489
commit f873aad9b9

View File

@@ -43,6 +43,9 @@ struct HomeSettingsView: View {
#if os(iOS) #if os(iOS)
.environment(\.editMode, isEditMode ? .constant(.active) : .constant(.inactive)) .environment(\.editMode, isEditMode ? .constant(.active) : .constant(.inactive))
#endif #endif
#if os(macOS)
.listStyle(.inset)
#endif
#if !os(tvOS) #if !os(tvOS)
.navigationTitle(String(localized: "home.settings.title")) .navigationTitle(String(localized: "home.settings.title"))
#endif #endif