From a6d5558d94865cff56683d9dd40697c788c457b2 Mon Sep 17 00:00:00 2001 From: Manuel Stahl Date: Fri, 26 Jul 2019 21:12:18 +0200 Subject: [PATCH] Fix material-ui warning Change-Id: Iab6c8f8a6e9fc49dba99e462f2def0909500b6c6 --- src/features/common/Layout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/common/Layout.js b/src/features/common/Layout.js index aa11040..66db472 100644 --- a/src/features/common/Layout.js +++ b/src/features/common/Layout.js @@ -46,7 +46,7 @@ const styles = theme => ({ }, content: { flexGrow: 1, - padding: theme.spacing.unit * 3, + padding: theme.spacing(3), }, });