Add some air between sidebar sections (#1355)

This commit is contained in:
Stefan Ålund
2020-06-17 22:44:21 +02:00
committed by GitHub
parent 0f1ba02bc7
commit f763729120
+1 -1
View File
@@ -233,5 +233,5 @@ export const SidebarDivider = styled('hr')({
width: '100%',
background: '#383838',
border: 'none',
margin: 0,
margin: '12px 0px',
});