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), }, });