Skip to content

Commit

Permalink
avatar-size-user-dialog (#4000)
Browse files Browse the repository at this point in the history
* refactor: Updating the size of the Avatar element in UserDialog.

* chore: Adding changeset.

* fix: Adding core to the patch notes.
  • Loading branch information
cogwizzle authored Jul 23, 2024
1 parent 4ea2bcc commit 2aacaf7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/khaki-rocks-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@twilio-paste/user-dialog": patch
"@twilio-paste/core": patch
---

Update the size of the UserDialog's inner Avatar component.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const UserDialog = React.forwardRef<HTMLDivElement, UserDialogProps>(
>
<Avatar
variant="user"
size="sizeIcon70"
size="sizeIcon40"
name={avatarProps.name}
icon={avatarProps.icon}
src={avatarProps.src}
Expand Down

0 comments on commit 2aacaf7

Please sign in to comment.