Skip to content

Instantly share code, notes, and snippets.

@vishalnarkhede
Created April 7, 2020 13:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vishalnarkhede/8bcbb6de14f271aa22dec3e48e17c810 to your computer and use it in GitHub Desktop.
Save vishalnarkhede/8bcbb6de14f271aa22dec3e48e17c810 to your computer and use it in GitHub Desktop.
export default {
'messageList.dateSeparator.date': 'color: black;',
'messageInput.container':
'border-top-color: #979A9A; border-top-width: 0.4; background-color: white; margin: 0; border-radius: 0;',
'messageList.dateSeparator.container': 'margin-top: 10; margin-bottom: 5;',
'message.avatarWrapper.spacer': 'height: 0;',
'messageInput.sendButtonIcon': 'height: 20px; width: 20px;',
'messageInput.attachButtonIcon': 'height: 20px; width: 20px;',
'messageInput.inputBox': 'font-size: 15;',
'message.content.container':
'flex: 1; align-items: stretch; max-width: 320px; padding-top: 0; border-radius: 0;',
'message.content.textContainer':
'align-self: stretch; padding-top: 0;margin-top: 0;border-color: white;width: 100%',
'message.container': 'margin-bottom: 0; margin-top: 0',
'message.avatarWrapper.container': 'align-self: flex-start',
'avatar.image': 'border-radius: 5;',
'message.card.container':
'border-top-left-radius: 8;border-top-right-radius: 8;border-bottom-left-radius: 8; border-bottom-right-radius: 8',
'message.gallery.single':
'border-top-left-radius: 8;border-top-right-radius: 8;border-bottom-left-radius: 8; border-bottom-right-radius: 8; margin-left: 5; width: 95%',
'message.gallery.galleryContainer':
'border-top-left-radius: 8;border-top-right-radius: 8;border-bottom-left-radius: 8; border-bottom-right-radius: 8; margin-left: 5; width: 95%',
'message.replies.messageRepliesText': 'color: #0064c2',
'message.content.markdown': {
text: {
fontSize: 16,
fontFamily: 'Lato-Regular',
}
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment