Skip to content

Commit

Permalink
fix: weird padding in storybook preview
Browse files Browse the repository at this point in the history
  • Loading branch information
Allianaab2m committed Jul 21, 2024
1 parent 6d425f2 commit 1c4d676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const preview: Preview = {
decorators: [
(Story) => {
return (
<Theme>
<Theme style={{ minHeight: "inherit" }}>
<Story />
</Theme>
);
Expand Down

0 comments on commit 1c4d676

Please sign in to comment.