Skip to content

Commit 7fdd267

Browse files
committed
feat: add fontWeight control to Button component story
1 parent b42d819 commit 7fdd267

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/stories/Button.stories.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ const meta = {
5959
options: Object.values(ComponentSizeType),
6060
control: { type: 'radio' },
6161
},
62+
fontWeight: {
63+
options: ['bold', 'normal'],
64+
control: { type: 'radio' },
65+
},
6266
},
6367
} satisfies Meta<ButtonProps>
6468

0 commit comments

Comments
 (0)