Skip to content

Commit 58b5040

Browse files
committed
fix button
1 parent 505bd2e commit 58b5040

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/views/sidebar/Sidebar.styles.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ export const useSidebarStyles = makeStyles({
1616
}
1717
},
1818
sidebarToggle: {
19-
marginLeft: 'auto'
19+
marginLeft: 'auto',
20+
padding: '10px'
2021
},
2122
tree: {
2223
flexGrow: 1,

0 commit comments

Comments
 (0)