From 187afc3f6e9f091f4bba4a426e17287464282bf2 Mon Sep 17 00:00:00 2001 From: "k.tada" Date: Mon, 25 Nov 2024 11:52:57 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20VRT=E3=81=AE=E7=94=BB=E9=9D=A2=E3=82=B5?= =?UTF-8?q?=E3=82=A4=E3=82=BA=E3=82=92viewport=E3=81=A7=E5=9B=BA=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/wiz-ui-next/.storybook/preview.js | 8 ++++++++ packages/wiz-ui-react/.storybook/preview.js | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/packages/wiz-ui-next/.storybook/preview.js b/packages/wiz-ui-next/.storybook/preview.js index 56ecfcf4d..cb2774ff4 100644 --- a/packages/wiz-ui-next/.storybook/preview.js +++ b/packages/wiz-ui-next/.storybook/preview.js @@ -16,6 +16,14 @@ export const parameters = { }, ], }, + screenshot: { + viewports: { + desktop: { + width: 1440, + height: 1024, + }, + }, + }, }; export const decorators = [withScreenshot]; diff --git a/packages/wiz-ui-react/.storybook/preview.js b/packages/wiz-ui-react/.storybook/preview.js index 56ecfcf4d..cb2774ff4 100644 --- a/packages/wiz-ui-react/.storybook/preview.js +++ b/packages/wiz-ui-react/.storybook/preview.js @@ -16,6 +16,14 @@ export const parameters = { }, ], }, + screenshot: { + viewports: { + desktop: { + width: 1440, + height: 1024, + }, + }, + }, }; export const decorators = [withScreenshot];