diff --git a/.storybook/preview.ts b/.storybook/preview.ts index 8ac72ef..d8b1cb6 100644 --- a/.storybook/preview.ts +++ b/.storybook/preview.ts @@ -29,6 +29,10 @@ const preview: Preview = { date: /Date$/i, }, }, + // Don/t show background color for the preview since we use the light/dark switcher + backgrounds: { + disable: true, + }, }, };