We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a51387 commit 0c9e0e7Copy full SHA for 0c9e0e7
packages/ui-components/.storybook/preview.tsx
@@ -8,7 +8,7 @@ import '../styles/index.css';
8
9
const preview: Preview = {
10
parameters: {
11
- chromatic: { modes: STORYBOOK_MODES },
+ chromatic: { modes: STORYBOOK_MODES, delay: 1000 },
12
viewport: { defaultViewport: 'large', viewports: STORYBOOK_SIZES },
13
},
14
decorators: [
0 commit comments