Skip to content

Commit c4237d0

Browse files
committed
fix: Add responsive padding and center cover image, remove dark mode decorator
1 parent 68ca4a4 commit c4237d0

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

apps/storybook/src/stories/Renderer.stories.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,4 @@ export const DarkMode: Story = {
4242
title: notionProperties.Name,
4343
cover: notionProperties.coverUrl,
4444
},
45-
decorators: [
46-
(Story) => (
47-
<div
48-
style={{ background: '#1a1a1a', minHeight: '100vh', padding: '1em' }}
49-
>
50-
<Story />
51-
</div>
52-
),
53-
],
5445
};

0 commit comments

Comments
 (0)