aboutsummaryrefslogtreecommitdiff
path: root/src/components/comments
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/comments')
-rw-r--r--src/components/comments/CommentsCount.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/comments/CommentsCount.tsx b/src/components/comments/CommentsCount.tsx
index bd87a2b2..a9d5b6d6 100644
--- a/src/components/comments/CommentsCount.tsx
+++ b/src/components/comments/CommentsCount.tsx
@@ -45,12 +45,12 @@ const styles = StyleSheet.create({
width: 21,
height: 21,
},
-
count: {
position: 'relative',
fontWeight: 'bold',
color: 'white',
- paddingTop: '2%',
+ paddingTop: '3%',
+ textAlign: 'center',
},
});