fix(Prejoin): Make prejoin avatar match the other avatars

This commit is contained in:
Vlad Piersec 2021-10-06 14:11:30 +03:00 committed by vp8x8
parent 9f7a4f86d8
commit e4448e0a68
2 changed files with 1 additions and 4 deletions

View File

@ -226,8 +226,6 @@
.avatar {
text {
fill: white;
font-size: 26px;
font-weight: 400;
}
}

View File

@ -59,9 +59,8 @@ function Preview(props: Props) {
<Avatar
className = 'premeeting-screen-avatar'
displayName = { name }
dynamicColor = { false }
participantId = { _participantId }
size = { 180 } />
size = { 200 } />
)}
</div>
);