Skip to content

Commit 0c9e0e7

Browse files
committed
change chromatic delay
1 parent 3a51387 commit 0c9e0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui-components/.storybook/preview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import '../styles/index.css';
88

99
const preview: Preview = {
1010
parameters: {
11-
chromatic: { modes: STORYBOOK_MODES },
11+
chromatic: { modes: STORYBOOK_MODES, delay: 1000 },
1212
viewport: { defaultViewport: 'large', viewports: STORYBOOK_SIZES },
1313
},
1414
decorators: [

0 commit comments

Comments
 (0)