From 249da7a20440b52e019081f1605c26067a2ed3bb Mon Sep 17 00:00:00 2001 From: Aditya Pawar Date: Sun, 29 Sep 2024 21:55:55 -0700 Subject: [PATCH] Fix some styling --- src/components/ReactionDisplay/styles.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }, });