We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec2a3f1 commit 4362a94Copy full SHA for 4362a94
src/components/ui/Button/Button.stories.tsx
@@ -56,6 +56,9 @@ export const WithAppearances: Story = {
56
render: (args) => (
57
<div className="flex gap-2">
58
<Button {...args}>Default</Button>
59
+ <Button {...args} appearance="primary">
60
+ Primary
61
+ </Button>
62
<Button {...args} appearance="secondary">
63
Secondary
64
</Button>
0 commit comments