diff --git a/.storybook/preview-head.html b/.storybook/preview-head.html index a69e7bd6..23e2b31f 100644 --- a/.storybook/preview-head.html +++ b/.storybook/preview-head.html @@ -13,7 +13,7 @@ --color-layer-transparent: rgba(0, 0, 0, 0.5); &.light { - background: #FFFFFF; + background: #E6E6F0; color: #000000; --body-color: #000000; } @@ -39,7 +39,7 @@ .light .sb-show-main.sb-main-centered { color: #11111F; - background: #FFFFFF; + background: #E6E6F0; } .dark .sb-show-main.sb-main-centered {