replace em with theme.spacing

This commit is contained in:
Mészáros Mihály
2020-05-19 07:50:01 +02:00
parent 2a4405fb7f
commit 2bd7218379
+1 -1
View File
@@ -44,7 +44,7 @@ const styles = (theme) =>
{ {
display : 'block', display : 'block',
textAlign : 'center', textAlign : 'center',
marginBottom : '1em' marginBottom : theme.spacing(1)
} }
}); });