From b79a1aef0c44b39438e267abfaa79ed4679fcd24 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Mon, 13 Jul 2020 11:58:44 -0500 Subject: [PATCH] Put in the padding that Apple left off of the section headers --- Multiplatform/Shared/Sidebar/SidebarView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Multiplatform/Shared/Sidebar/SidebarView.swift b/Multiplatform/Shared/Sidebar/SidebarView.swift index ac5bac9f0..ae75e2fcf 100644 --- a/Multiplatform/Shared/Sidebar/SidebarView.swift +++ b/Multiplatform/Shared/Sidebar/SidebarView.swift @@ -81,7 +81,7 @@ struct SidebarView: View { } } } label: { - SidebarItemView(sidebarItem: sidebarItem) + SidebarItemView(sidebarItem: sidebarItem).padding(.leading, 4) } } }