Skip to content

Commit

Permalink
Reduce header prominence for sidebar list
Browse files Browse the repository at this point in the history
  • Loading branch information
daneden committed Oct 1, 2023
1 parent 132dac0 commit 1f87246
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Solstice/List View/SidebarListView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ struct SidebarListView: View {
} header: {
Label("Locations", systemImage: "map")
}
.headerProminence(.standard)
}
.navigationTitle(Text(verbatim: "Solstice"))
.navigationSplitViewColumnWidth(ideal: 300)
Expand Down

0 comments on commit 1f87246

Please sign in to comment.