diff --git a/src/components/ReactionDisplay/styles.tsx b/src/components/ReactionDisplay/styles.tsx index e0d37ab..cd1de96 100644 --- a/src/components/ReactionDisplay/styles.tsx +++ b/src/components/ReactionDisplay/styles.tsx @@ -19,7 +19,7 @@ const styles = StyleSheet.create({ color: colors.grey, }, reactionNumber: { - marginLeft: 16, + marginLeft: 10, marginTop: 16, }, });