Skip to content

Commit

Permalink
test: make variantButtons theme consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
chongruei committed Sep 19, 2023
1 parent e98a254 commit 03532e1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/components/button/stories/button-group.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,10 @@ const VariantButtonsTemplate = (args: ButtonGroupProps) => (
<Button color="success" variant="bordered">
One
</Button>
<Button>Two</Button>
<Button color="success">Two</Button>
<Button variant="bordered">Three</Button>
<Button color="success" variant="bordered">
Four
</Button>
<Button color="danger">Five</Button>
<Button variant="bordered">Four</Button>
<Button variant="bordered">Five</Button>
<Button variant="bordered">Six</Button>
</ButtonGroup>
);
Expand Down

0 comments on commit 03532e1

Please sign in to comment.