diff --git a/app/components/emoji/emoji.js b/app/components/emoji/emoji.js
index 841070c8f..06fae7006 100644
--- a/app/components/emoji/emoji.js
+++ b/app/components/emoji/emoji.js
@@ -40,6 +40,7 @@ export default class Emoji extends React.PureComponent {
size: PropTypes.number,
textStyle: CustomPropTypes.Style,
unicode: PropTypes.string,
+ customEmojiStyle: CustomPropTypes.Style,
};
static defaultProps = {
@@ -96,6 +97,7 @@ export default class Emoji extends React.PureComponent {
literal,
textStyle,
displayTextOnly,
+ customEmojiStyle,
} = this.props;
const {imageUrl} = this.state;
@@ -143,7 +145,7 @@ export default class Emoji extends React.PureComponent {
return (
diff --git a/app/components/reactions/reaction.js b/app/components/reactions/reaction.js
index 641a89a71..ff70889c8 100644
--- a/app/components/reactions/reaction.js
+++ b/app/components/reactions/reaction.js
@@ -49,6 +49,7 @@ export default class Reaction extends PureComponent {
emojiName={emojiName}
size={20}
textStyle={{color: 'black', fontWeight: 'bold'}}
+ customEmojiStyle={{marginHorizontal: 3}}
padding={5}
/>
{count}