Update React & Material-UI

This commit is contained in:
Thomas Nordquist
2019-02-17 17:51:42 +01:00
parent 3f52944f18
commit 03462f7ec8
12 changed files with 72 additions and 54 deletions

View File

@@ -47,12 +47,12 @@ const styles: StyleRulesCallback = theme => ({
},
title: {
color: theme.palette.text.primary,
paddingTop: `${theme.spacing.unit}px`,
paddingTop: theme.spacing(1),
...theme.mixins.toolbar,
},
input: {
minWidth: '150px',
margin: `auto ${theme.spacing.unit}px auto ${2 * theme.spacing.unit}px`,
margin: `auto ${theme.spacing(1)} auto ${theme.spacing(2)}px`,
},
})