Skip to content

Commit 2aacaf7

Browse files
authored
avatar-size-user-dialog (#4000)
* refactor: Updating the size of the Avatar element in UserDialog. * chore: Adding changeset. * fix: Adding core to the patch notes.
1 parent 4ea2bcc commit 2aacaf7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/khaki-rocks-fix.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@twilio-paste/user-dialog": patch
3+
"@twilio-paste/core": patch
4+
---
5+
6+
Update the size of the UserDialog's inner Avatar component.

packages/paste-core/components/user-dialog/src/UserDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export const UserDialog = React.forwardRef<HTMLDivElement, UserDialogProps>(
9393
>
9494
<Avatar
9595
variant="user"
96-
size="sizeIcon70"
96+
size="sizeIcon40"
9797
name={avatarProps.name}
9898
icon={avatarProps.icon}
9999
src={avatarProps.src}

0 commit comments

Comments
 (0)