Skip to content

Commit

Permalink
feat: 스토리북 프리뷰 컴포넌트의 스타일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
m2na7 committed Jan 15, 2025
1 parent a6934ea commit f18eb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/design-system/.storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const preview: Preview = {
},
decorators: [
(Story) => (
<div style={{ width: '375px' }} className={themeClass}>
<div className={themeClass}>
<Story />
</div>
),
Expand Down

0 comments on commit f18eb90

Please sign in to comment.