From f42933536fd37b36b04f8eeafb458ebddc578bda Mon Sep 17 00:00:00 2001 From: Victor Bayas Date: Tue, 29 Oct 2024 16:02:49 -0500 Subject: [PATCH] Update GlobalStyles background color --- src/components/GlobalStyles/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/GlobalStyles/index.tsx b/src/components/GlobalStyles/index.tsx index 29fdc12a..40e63d5b 100644 --- a/src/components/GlobalStyles/index.tsx +++ b/src/components/GlobalStyles/index.tsx @@ -127,7 +127,7 @@ const GlobalStyles = () => { MozOsxFontSmoothing: "grayscale", }, body: { - backgroundColor: theme.colors["Color/Neutral/Bg/colorBgContainer"], + backgroundColor: theme.colors["Color/Neutral/Bg/colorBgShell"], color: theme.colors["Color/Neutral/Text/colorTextLabel"], minHeight: "100vh", fontFamily: "'Geist', sans-serif", @@ -204,7 +204,7 @@ const GlobalStyles = () => { width: 26, }, "#root": { - height: "100vh", + minHeight: "100vh", width: "100%", display: "flex", flexFlow: "column",