Skip to content

Commit

Permalink
Hide separators in navigation lists
Browse files Browse the repository at this point in the history
  • Loading branch information
david-swift committed Jul 1, 2023
1 parent 0581b7d commit 61a411b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/SettingsKit/Model/Data/SettingsTab.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public struct SettingsTab: Identifiable, View {
) { subtab in
subtab.label
.tag(subtab.id)
.listRowSeparator(.hidden)
}
}

Expand Down

0 comments on commit 61a411b

Please sign in to comment.