Skip to content

Commit

Permalink
fix: 스토리북에서 Profile 컴포넌트 뒷 배경 흰 색이 아니도록 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhokim98 committed Dec 14, 2024
1 parent ccc3a97 commit 8532ea6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const meta: Meta<typeof Profile> = {
},
decorators: [
Story => (
<div style={{width: '200px', height: '200px', backgroundColor: 'white', padding: '1rem'}}>
<div style={{width: '200px', height: '200px', padding: '1rem'}}>
<Story />
</div>
),
Expand Down

0 comments on commit 8532ea6

Please sign in to comment.