diff --git a/bun.lockb b/bun.lockb index a33c434..c1de37b 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/src/components/button/button.stories.ts b/src/components/button/button.stories.ts index 78ce26c..bb1a6ff 100644 --- a/src/components/button/button.stories.ts +++ b/src/components/button/button.stories.ts @@ -8,7 +8,7 @@ export default { } satisfies Meta; export const Default: StoryObj = { - render: ({ variant }) => html`I'm a button`, + render: ({ variant }) => html`I'm a buttonn`, argTypes: { variant: { control: 'radio',