Merge pull request #87 from spotify/alund/nav-fix
Styling of navigation
This commit is contained in:
+1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user