Skip to content

Commit 4362a94

Browse files
committed
feat: add primary button
1 parent ec2a3f1 commit 4362a94

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/ui/Button/Button.stories.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ export const WithAppearances: Story = {
5656
render: (args) => (
5757
<div className="flex gap-2">
5858
<Button {...args}>Default</Button>
59+
<Button {...args} appearance="primary">
60+
Primary
61+
</Button>
5962
<Button {...args} appearance="secondary">
6063
Secondary
6164
</Button>

0 commit comments

Comments
 (0)