mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
fix backgrounds not getting applied
This commit is contained in:
parent
9cdedc4527
commit
d28b0245c7
@ -15,3 +15,7 @@ export const parameters = {
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
export const globals = {
|
||||
backgrounds: { name: 'light', value: '#F8F8F8' },
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user