Skip to content

Commit

Permalink
feat(amount-input): changed size L (72 → 64), added size XL (72)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: size L changed to size XL
  • Loading branch information
SiebenSieben committed Mar 2, 2021
1 parent af4cfb5 commit a2c0b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/amount-input/src/Component.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { name, version } from '../package.json';
minority={number('minority', 100)}
bold={boolean('bold', true)}
block={boolean('block', false)}
size={select('size', ['s', 'm', 'l'], 's')}
size={select('size', ['s', 'm', 'l', 'xl'], 's')}
disabled={boolean('disabled', false)}
placeholder={text('placeholder', undefined)}
label={text('label', '')}
Expand Down

0 comments on commit a2c0b7c

Please sign in to comment.