Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahgm committed Jan 20, 2023
1 parent dc7e643 commit 5724614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const decorators = [
default: {
return (
<MarigoldProvider theme={THEME[theme as ThemeNames]}>
<div style={{ height: '100vh', width: '100vw', margin: '3em' }}>
<div style={{ height: '100%', width: '100%', margin: '3em' }}>
<Story />
</div>
</MarigoldProvider>
Expand Down

0 comments on commit 5724614

Please sign in to comment.