fix(avatar) Center phone icon in participants pane avatars (#11440)
This commit is contained in:
parent
586ad30ed4
commit
a84d7c17fa
|
@ -59,6 +59,7 @@ const styles = () => {
|
||||||
color: 'rgba(255, 255, 255, 1)',
|
color: 'rgba(255, 255, 255, 1)',
|
||||||
fontWeight: '100',
|
fontWeight: '100',
|
||||||
objectFit: 'cover',
|
objectFit: 'cover',
|
||||||
|
textAlign: 'center',
|
||||||
|
|
||||||
'&.avatar-small': {
|
'&.avatar-small': {
|
||||||
height: '28px !important',
|
height: '28px !important',
|
||||||
|
|
Loading…
Reference in New Issue