replace em with theme.spacing
This commit is contained in:
@@ -44,7 +44,7 @@ const styles = (theme) =>
|
|||||||
{
|
{
|
||||||
display : 'block',
|
display : 'block',
|
||||||
textAlign : 'center',
|
textAlign : 'center',
|
||||||
marginBottom : '1em'
|
marginBottom : theme.spacing(1)
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user