replace em with theme.spacing
parent
2a4405fb7f
commit
2bd7218379
|
|
@ -44,7 +44,7 @@ const styles = (theme) =>
|
||||||
{
|
{
|
||||||
display : 'block',
|
display : 'block',
|
||||||
textAlign : 'center',
|
textAlign : 'center',
|
||||||
marginBottom : '1em'
|
marginBottom : theme.spacing(1)
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue