Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
fix story
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Jun 1, 2023
1 parent 22fcefc commit 486892b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/stories/Button.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ export const Small: Story = {
},
};

export const Warning: Story = {
args: {
primary: true,
backgroundColor: "red",
label: "Delete now",
},
};
// Comment this out to test the flow
// export const Warning: Story = {
// args: {
// primary: true,
// backgroundColor: "red",
// label: "Delete now",
// },
// };

0 comments on commit 486892b

Please sign in to comment.