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 ef2caef commit 9fef9ffCopy full SHA for 9fef9ff
.storybook/preview.tsx
@@ -6,13 +6,7 @@ import './styles.css';
6
import './tailwind.css';
7
8
export const decorators: Preview['decorators'] = [
9
- (story, context) => {
10
- return html`
11
- <div data-mvx-theme="mvx:${context.globals.backgrounds.value}-theme">
12
- ${story()}
13
- </div>
14
- `;
15
- },
+ (story, context) => html` <div data-mvx-theme="mvx:${context.globals.backgrounds.value}-theme">${story()}</div> `,
16
];
17
18
export const initialGlobals: Preview['initialGlobals'] = {
0 commit comments