mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
TEMPORARY: disable global reset in official-storybook
This commit is contained in:
parent
08754d6f69
commit
ecf098d778
@ -33,7 +33,7 @@ addDecorator(withNotes);
|
||||
|
||||
addDecorator(storyFn => (
|
||||
<ThemeProvider theme={convert(themes.light)}>
|
||||
<Global styles={createReset} />
|
||||
{/* <Global styles={createReset} /> */}
|
||||
{storyFn()}
|
||||
</ThemeProvider>
|
||||
));
|
||||
|
Loading…
x
Reference in New Issue
Block a user