Merge pull request #87 from spotify/alund/nav-fix

Styling of navigation
This commit is contained in:
Stefan Ålund
2020-02-07 13:28:40 +01:00
committed by GitHub
2 changed files with 1 additions and 1 deletions
@@ -12,6 +12,7 @@ const useStyles = makeStyles<Theme>({
transitionTimingFunction: 'ease-in',
backgroundColor: '#eeeeee',
boxShadow: '0px 0 4px 0px rgba(0,0,0,0.35)',
height: '100vh',
},
list: {
padding: 0,
@@ -15,7 +15,6 @@ const useStyles = makeStyles<Theme>(theme => ({
display: 'block',
overflow: 'hidden',
borderBottom: `1px solid #d9d9d9`,
paddingLeft: theme.spacing(1),
},
label: {
color: '#333',