Conversation Colors

This commit is contained in:
Josh Perez
2021-05-28 12:15:17 -04:00
committed by GitHub
parent b63d8e908c
commit 28f016ce48
128 changed files with 3997 additions and 1207 deletions
@@ -19,7 +19,7 @@ export const CreateNewGroupButton: FunctionComponent<PropsType> = React.memo(
return (
<BaseConversationListItem
acceptedMessageRequest={false}
color="grey"
color="steel"
conversationType="group"
headerName={title}
i18n={i18n}
@@ -33,7 +33,7 @@ export const StartNewConversation: FunctionComponent<Props> = React.memo(
return (
<BaseConversationListItem
acceptedMessageRequest={false}
color="grey"
color="steel"
conversationType="direct"
headerName={phoneNumber}
i18n={i18n}