Skip to content

Commit

Permalink
chore: Adds missing inbox icons (#454)
Browse files Browse the repository at this point in the history
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
  • Loading branch information
iamsivin and muhsin-k committed Dec 27, 2021
1 parent 11f2196 commit bfacecd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/constants/index.js
Expand Up @@ -31,12 +31,14 @@ export const ASSIGNEE_TYPE = {

export const INBOX_ICON = {
'Channel::All': 'copy-outline',
'Channel::Api': 'inbox-outline',
'Channel::Email': 'email-outline',
'Channel::WebWidget': 'globe-outline',
'Channel::TwitterProfile': 'twitter-outline',
'Channel::FacebookPage': 'facebook-outline',
'Channel::TwilioSms': 'message-circle-outline',
'Channel::Api': 'inbox-outline',
'Channel::Email': 'email-outline',
'Channel::TwilioSms': 'message-square-outline',
'Channel::Telegram': 'paper-plane-outline',
'Channel::Line': 'message-circle-outline',
};

export const INBOX_IMAGES = {
Expand Down
2 changes: 2 additions & 0 deletions src/screens/ChatScreen/components/ChatMessageDate.js
Expand Up @@ -14,6 +14,8 @@ const styles = theme => ({
},
dateView: {
padding: 8,
marginTop: 2,
marginBottom: 6,
borderRadius: 8,
backgroundColor: theme['color-background-date'],
},
Expand Down

0 comments on commit bfacecd

Please sign in to comment.