Skip to content

Commit

Permalink
Remove option large from ButtonGroup story (#3802)
Browse files Browse the repository at this point in the history
According to the docs `large` is not a valid option.
  • Loading branch information
lukasoppermann authored Oct 13, 2023
1 parent 341243f commit caf7c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ButtonGroup/ButtonGroup.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Playground.argTypes = {
control: {
type: 'radio',
},
options: ['small', 'medium', 'large'],
options: ['small', 'medium'],
},
disabled: {
control: {
Expand Down

0 comments on commit caf7c50

Please sign in to comment.