Skip to content

Commit 634d47c

Browse files
vishalshrm539Sharma
andauthored
Fixed SB background for Constellation (#584)
Co-authored-by: Sharma <[email protected]>
1 parent a802336 commit 634d47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.storybook/preview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const decorators = [
5151
const parameters: Preview['parameters'] = {
5252
backgrounds: {
5353
default: 'App',
54-
values: [{ name: 'App', value: CANVAS_COLOR }]
54+
values: [{ name: 'App', value: isConstellation ? '' : CANVAS_COLOR }]
5555
},
5656
docs: {
5757
theme: isDark ? sbThemes.dark : sbThemes.light,

0 commit comments

Comments
 (0)