diff --git a/.storybook/preview.js b/.storybook/preview.js index 110373cfc..b2e47bd41 100644 --- a/.storybook/preview.js +++ b/.storybook/preview.js @@ -6,7 +6,7 @@ const newViewports = { extraSmall: { name: "Extra small", styles: { - width: theme.breakpoints.extraSmall, + width: "320px", height: "100%", }, }, @@ -39,6 +39,7 @@ const newViewports = { }, }, }; + export const parameters = { viewport: { viewports: newViewports }, layout: "padded",