fix(Prejoin): Make prejoin avatar match the other avatars
This commit is contained in:
parent
9f7a4f86d8
commit
e4448e0a68
|
@ -226,8 +226,6 @@
|
|||
.avatar {
|
||||
text {
|
||||
fill: white;
|
||||
font-size: 26px;
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -59,9 +59,8 @@ function Preview(props: Props) {
|
|||
<Avatar
|
||||
className = 'premeeting-screen-avatar'
|
||||
displayName = { name }
|
||||
dynamicColor = { false }
|
||||
participantId = { _participantId }
|
||||
size = { 180 } />
|
||||
size = { 200 } />
|
||||
)}
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue