Put in the padding that Apple left off of the section headers

This commit is contained in:
Maurice Parker 2020-07-13 11:58:44 -05:00
parent 543048b981
commit b79a1aef0c

View File

@ -81,7 +81,7 @@ struct SidebarView: View {
}
}
} label: {
SidebarItemView(sidebarItem: sidebarItem)
SidebarItemView(sidebarItem: sidebarItem).padding(.leading, 4)
}
}
}