replace em with theme.spacing

auto_join_3.3
Mészáros Mihály 2020-05-19 07:50:01 +02:00
parent 2a4405fb7f
commit 2bd7218379
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ const styles = (theme) =>
{ {
display : 'block', display : 'block',
textAlign : 'center', textAlign : 'center',
marginBottom : '1em' marginBottom : theme.spacing(1)
} }
}); });