Skip to content

Commit

Permalink
test(storybook): remove redundant ButtonPrimary block variant
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed Jul 12, 2024
1 parent e012b91 commit 0aafd6e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/ButtonPrimary.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,3 @@ export const Sizes = {
</Stack>
),
} satisfies Story;

export const Block = {
args: {
...Basic.args,
className: "w-full",
},
} satisfies Story;

0 comments on commit 0aafd6e

Please sign in to comment.