Fix icon color for e164 entry
This commit is contained in:
parent
3032adb1c0
commit
e158bd1a95
1 changed files with 0 additions and 2 deletions
|
@ -15,7 +15,6 @@ import type { ParsedE164Type } from '../../util/libphonenumberInstance';
|
||||||
import type { LookupConversationWithoutServiceIdActionsType } from '../../util/lookupConversationWithoutServiceId';
|
import type { LookupConversationWithoutServiceIdActionsType } from '../../util/lookupConversationWithoutServiceId';
|
||||||
import type { LocalizerType } from '../../types/Util';
|
import type { LocalizerType } from '../../types/Util';
|
||||||
import type { ShowConversationType } from '../../state/ducks/conversations';
|
import type { ShowConversationType } from '../../state/ducks/conversations';
|
||||||
import { AvatarColors } from '../../types/Colors';
|
|
||||||
|
|
||||||
type PropsData = {
|
type PropsData = {
|
||||||
phoneNumber: ParsedE164Type;
|
phoneNumber: ParsedE164Type;
|
||||||
|
@ -94,7 +93,6 @@ export const StartNewConversation: FunctionComponent<Props> = React.memo(
|
||||||
leading={
|
leading={
|
||||||
<Avatar
|
<Avatar
|
||||||
acceptedMessageRequest={false}
|
acceptedMessageRequest={false}
|
||||||
color={AvatarColors[0]}
|
|
||||||
conversationType="direct"
|
conversationType="direct"
|
||||||
searchResult
|
searchResult
|
||||||
i18n={i18n}
|
i18n={i18n}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue