diff --git a/.storybook/preview.tsx b/.storybook/preview.tsx index 0970092..6fad1b1 100644 --- a/.storybook/preview.tsx +++ b/.storybook/preview.tsx @@ -47,14 +47,6 @@ const preview: Preview = { desktop: { viewport: 'large', }, - light: { - backgrounds: { value: '#fff' }, - theme: 'light', - }, - dark: { - backgrounds: { value: '#1E293B' }, - theme: 'dark', - }, }, }, },