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