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 a802336 commit 634d47cCopy full SHA for 634d47c
.storybook/preview.tsx
@@ -51,7 +51,7 @@ const decorators = [
51
const parameters: Preview['parameters'] = {
52
backgrounds: {
53
default: 'App',
54
- values: [{ name: 'App', value: CANVAS_COLOR }]
+ values: [{ name: 'App', value: isConstellation ? '' : CANVAS_COLOR }]
55
},
56
docs: {
57
theme: isDark ? sbThemes.dark : sbThemes.light,
0 commit comments