Skip to content

Commit

Permalink
feat: add divider between files
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcl-io committed Apr 29, 2021
1 parent 1f80bf7 commit 048585c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/containers/Sidebar/Files/ListGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ const useStyles = makeStyles((theme) => ({
backgroundColor: `${grey[200]} !important`,
},

'&:not(:last-child) $listItemInner': {
borderBottom: `1px solid ${theme.palette.divider}`,
},

'& .MuiListItemIcon-root': {
minWidth: 'auto',
marginRight: theme.spacing(2),
Expand Down

0 comments on commit 048585c

Please sign in to comment.