From 2bd7218379448dd93511152a824f2fc03060f3bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9sz=C3=A1ros=20Mih=C3=A1ly?= Date: Tue, 19 May 2020 07:50:01 +0200 Subject: [PATCH] replace em with theme.spacing --- app/src/components/Controls/About.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/components/Controls/About.js b/app/src/components/Controls/About.js index c7da15f..c462549 100644 --- a/app/src/components/Controls/About.js +++ b/app/src/components/Controls/About.js @@ -44,7 +44,7 @@ const styles = (theme) => { display : 'block', textAlign : 'center', - marginBottom : '1em' + marginBottom : theme.spacing(1) } });