Star Transaction Modal: Fix avatar size

This commit is contained in:
Alexander Zinchuk 2024-12-20 17:05:20 +01:00
parent 19a9ed3809
commit bb70551ef3
2 changed files with 4 additions and 3 deletions

View File

@ -40,8 +40,9 @@
.title { .title {
text-align: center; text-align: center;
text-wrap: balance; text-wrap: balance;
font-size: 1.75rem; font-size: 1.5rem;
line-height: 1.25; font-weight: 600;
margin: 0.5rem 0 0.25rem;
} }
.tid { .tid {

View File

@ -122,7 +122,7 @@ const StarsTransactionModal: FC<OwnProps & StateProps> = ({
/> />
)} )}
{shouldDisplayAvatar && ( {shouldDisplayAvatar && (
<Avatar peer={avatarPeer} webPhoto={photo} size="jumbo" /> <Avatar peer={avatarPeer} webPhoto={photo} size="giant" />
)} )}
<img <img
className={buildClassName(styles.starsBackground)} className={buildClassName(styles.starsBackground)}