diff --git a/.storybook/preview-head.html b/.storybook/preview-head.html index 921f19209..28bf535fa 100644 --- a/.storybook/preview-head.html +++ b/.storybook/preview-head.html @@ -12,4 +12,14 @@ } } } + + body { + background-color: #ffffff !important; + } + + html.dark { + body { + background-color: #222222 !important; + } + }