From 45a6aae10c4b958a7f89b517bbd34fa3ce94a8da Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Thu, 23 Jun 2022 00:58:24 -0700 Subject: [PATCH] Set the body background colour to grayBase This is needed because the background divs dont display full view anymore. --- packages/web/components/tokens/stitches.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/web/components/tokens/stitches.config.ts b/packages/web/components/tokens/stitches.config.ts index a812ea226..a435ab952 100644 --- a/packages/web/components/tokens/stitches.config.ts +++ b/packages/web/components/tokens/stitches.config.ts @@ -230,6 +230,9 @@ export const lighterTheme = createTheme(ThemeId.Lighter, {}) // Apply global styles in here export const globalStyles = globalCss({ + 'body': { + backgroundColor: '$grayBase' + }, '*': { '&:focus': { outline: 'none',