We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1768f61 commit ad94723Copy full SHA for ad94723
.storybook/preview.js
@@ -1,5 +1,4 @@
1
import { Parser } from 'html-to-react';
2
-import { withPaddings } from 'storybook-addon-paddings';
3
import { INITIAL_VIEWPORTS } from '@storybook/addon-viewport';
4
import ReactSyntaxHighlighter from 'react-syntax-highlighter/dist/esm/prism-light';
5
import twig from 'react-syntax-highlighter/dist/esm/languages/prism/twig';
@@ -116,4 +115,4 @@ export const globalTypes = {
116
115
},
117
};
118
119
-export const decorators = [withPaddings, withTheme];
+export const decorators = [withTheme];
0 commit comments