From 2193671d2b03411046437bb3d84b1dbd30166962 Mon Sep 17 00:00:00 2001 From: Corban Riley Date: Wed, 10 Apr 2024 18:23:35 -0400 Subject: [PATCH] Removing global body background style and having storybook preview set it manually --- .storybook/preview-head.html | 17 ++++++++++++++--- src/css/global.css.ts | 1 - 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.storybook/preview-head.html b/.storybook/preview-head.html index 7acf2fbce..5239f8172 100644 --- a/.storybook/preview-head.html +++ b/.storybook/preview-head.html @@ -1,5 +1,16 @@ - - + + - + diff --git a/src/css/global.css.ts b/src/css/global.css.ts index fd3a7c442..7b3fa61c6 100644 --- a/src/css/global.css.ts +++ b/src/css/global.css.ts @@ -41,7 +41,6 @@ globalStyle('*:focus-visible', { }) globalStyle('body', { - background: vars.colors.backgroundPrimary, color: vars.colors.text80, fontSize: '1rem', })