fix: Button storybook component size knob (#11912)

This commit is contained in:
Evan Rusackas 2020-12-03 10:20:24 -08:00 committed by GitHub
parent 38b720b0a7
commit 53017e5a35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ export const InteractiveButton = args => {
InteractiveButton.args = {
buttonStyle: STYLES.defaultValue,
size: SIZES.defaultValue,
buttonSize: SIZES.defaultValue,
type: TYPES.defaultValue,
target: TARGETS.defaultValue,
href: HREFS.defaultValue,