Skip to content

Commit

Permalink
update borderRadius for LabelAvatar
Browse files Browse the repository at this point in the history
  • Loading branch information
meghanainaganti committed Jul 10, 2023
1 parent 33d778e commit 9036f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Avatar/Avatar.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const DefaultAvatar: Story<AvatarProps> = (args: AvatarProps) => <Avatar
DefaultAvatar.args = {
placeholder: 'AA',
children: '',
size: 1.5,
size: 10,
imgURL: 'https://source.unsplash.com/collection/19271953',
borderRadiusPercent: 50,
color: colors.grayXlight,
Expand Down Expand Up @@ -40,7 +40,7 @@ LabelAvatar.args = {
children: 'John Smith',
size: 10,
imgURL: 'https://source.unsplash.com/collection/19271953',
borderRadiusPercent: 0,
borderRadiusPercent: 10,
color: colors.grayXlight,
isLoading: false,
};
Expand Down

0 comments on commit 9036f9b

Please sign in to comment.