Skip to content

Commit ad94723

Browse files
authored
Remove withPaddings decorator (#1332)
1 parent 1768f61 commit ad94723

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.storybook/preview.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { Parser } from 'html-to-react';
2-
import { withPaddings } from 'storybook-addon-paddings';
32
import { INITIAL_VIEWPORTS } from '@storybook/addon-viewport';
43
import ReactSyntaxHighlighter from 'react-syntax-highlighter/dist/esm/prism-light';
54
import twig from 'react-syntax-highlighter/dist/esm/languages/prism/twig';
@@ -116,4 +115,4 @@ export const globalTypes = {
116115
},
117116
};
118117

119-
export const decorators = [withPaddings, withTheme];
118+
export const decorators = [withTheme];

0 commit comments

Comments
 (0)