Narrowed down avatar sizes
This commit is contained in:
parent
07f7fa93d6
commit
3a246656e3
30 changed files with 61 additions and 69 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
import type { ReactChild } from 'react';
|
||||
import React, { useCallback, useEffect, useRef } from 'react';
|
||||
import { Avatar } from './Avatar';
|
||||
import { Avatar, AvatarSize } from './Avatar';
|
||||
import { Tooltip } from './Tooltip';
|
||||
import { Intl } from './Intl';
|
||||
import { Theme } from '../util/theme';
|
||||
|
@ -260,7 +260,7 @@ export function IncomingCallBar(props: PropsType): JSX.Element | null {
|
|||
profileName={profileName}
|
||||
title={title}
|
||||
sharedGroupNames={sharedGroupNames}
|
||||
size={52}
|
||||
size={AvatarSize.FORTY_EIGHT}
|
||||
/>
|
||||
</div>
|
||||
<div className="IncomingCallBar__conversation--name">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue