Narrowed down avatar sizes

This commit is contained in:
Alvaro 2022-12-09 13:37:45 -07:00 committed by GitHub
parent 07f7fa93d6
commit 3a246656e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 61 additions and 69 deletions

View file

@ -132,7 +132,7 @@ export function StoryDetailsModal({
phoneNumber={contact.phoneNumber}
profileName={contact.profileName}
sharedGroupNames={contact.sharedGroupNames}
size={AvatarSize.THIRTY_SIX}
size={AvatarSize.THIRTY_TWO}
theme={ThemeType.dark}
title={contact.title}
unblurredAvatarPath={contact.unblurredAvatarPath}
@ -174,7 +174,7 @@ export function StoryDetailsModal({
isMe={sender.isMe}
profileName={sender.profileName}
sharedGroupNames={sender.sharedGroupNames}
size={AvatarSize.THIRTY_SIX}
size={AvatarSize.THIRTY_TWO}
theme={ThemeType.dark}
title={sender.title}
/>