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