Skip to content

Commit

Permalink
chore(docs): add 'md' to Modal size options
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoebe Gao committed Sep 23, 2021
1 parent d5674f0 commit 63b7bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/examples/Modal.js
Expand Up @@ -41,7 +41,7 @@ Example.argTypes = {
},
size: {
control: { type: 'select' },
options: ['', 'sm', 'lg', 'xl']
options: ['', 'sm', 'md', 'lg', 'xl']
},
};

Expand Down

0 comments on commit 63b7bcc

Please sign in to comment.