Fix icon color for e164 entry

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
automated-signal 2024-02-14 14:21:02 -06:00 committed by GitHub
parent 946f96def9
commit cffc9e2b42
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}