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 {
text-align: center;
text-wrap: balance;
font-size: 1.75rem;
line-height: 1.25;
font-size: 1.5rem;
font-weight: 600;
margin: 0.5rem 0 0.25rem;
}
.tid {

View File

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