Updated API in material-ui.

This commit is contained in:
Håvar Aambø Fosstveit
2019-06-25 13:13:34 +02:00
parent f79a452341
commit da3233faf3
12 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ const styles = (theme) =>
dialogPaper :
{
width : '20vw',
padding : theme.spacing.unit * 2,
padding : theme.spacing(2),
[theme.breakpoints.down('lg')] :
{
width : '30vw'