Add border for sidebar items

This commit is contained in:
jeffvli
2022-11-15 15:53:42 -08:00
parent da2ad0ac2e
commit f40c3838a1
@@ -124,6 +124,10 @@ export const Sidebar = () => {
multiple
styles={{
item: { borderBottom: 'none' },
panel: {
borderLeft: '1px solid rgba(100,100,100,.5)',
marginLeft: '1.5rem',
},
}}
value={sidebar.expanded}
onChange={(e) => setSidebar({ expanded: e })}