Fix icon color for e164 entry

This commit is contained in:
Fedor Indutny 2024-02-14 06:38:47 -08:00 committed by GitHub
parent 3032adb1c0
commit e158bd1a95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}