Skip to content

Commit

Permalink
fix on storybook of the avatar component
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo Lopez committed Mar 9, 2023
1 parent 6689fe3 commit 6a90b53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storybook/stories/Avatar/Avatar.stories.js
Expand Up @@ -13,7 +13,7 @@ storiesOf('Avatar', module)
bgColor={color('bgColor', '#E8EAF6')}
imageUrl={text('imageUrl', 'https://avatars.githubusercontent.com/u/49998302?s=200&v=4')}
placeholder={text('placeholder', 'Janis Commerce')}
customSize={number('customSize', '')}
customSize={number('customSize', 0)}
/>
))
.add('with only placeholder', () => (
Expand All @@ -22,6 +22,6 @@ storiesOf('Avatar', module)
textColor={color('textColor', '#FFFFFF')}
bgColor={color('bgColor', '#E8EAF6')}
placeholder={text('placeholder', 'Janis Commerce')}
customSize={number('customSize', '')}
customSize={number('customSize', 0)}
/>
));

0 comments on commit 6a90b53

Please sign in to comment.