From 99a010a3918da45f5c50fc7c63eec3f086ed6cd9 Mon Sep 17 00:00:00 2001 From: Burak Saraloglu Date: Sun, 8 Aug 2021 15:52:02 +0300 Subject: [PATCH] Incorrect key for containerWidth. It should be containerMaxWidth --- src/components/theme-setup/ContainerGutterWidth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/theme-setup/ContainerGutterWidth.js b/src/components/theme-setup/ContainerGutterWidth.js index e335a3d..88b7015 100644 --- a/src/components/theme-setup/ContainerGutterWidth.js +++ b/src/components/theme-setup/ContainerGutterWidth.js @@ -12,7 +12,7 @@ import { const theme = { grid: { - containerWidth: { + containerMaxWidth: { xs: "540px", sm: "720px", md: "960px",