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