Improvements to Avatar rendering
This commit is contained in:
parent
35625f4200
commit
78447a0018
16 changed files with 61 additions and 44 deletions
|
@ -5,7 +5,6 @@ import React, { CSSProperties, FunctionComponent } from 'react';
|
|||
|
||||
import { BaseConversationListItem } from './BaseConversationListItem';
|
||||
import { LocalizerType } from '../../types/Util';
|
||||
import { AvatarColors } from '../../types/Colors';
|
||||
|
||||
type PropsType = {
|
||||
i18n: LocalizerType;
|
||||
|
@ -20,7 +19,6 @@ export const CreateNewGroupButton: FunctionComponent<PropsType> = React.memo(
|
|||
return (
|
||||
<BaseConversationListItem
|
||||
acceptedMessageRequest={false}
|
||||
color={AvatarColors[0]}
|
||||
conversationType="group"
|
||||
headerName={title}
|
||||
i18n={i18n}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue