diff options
author | Shravya Ramesh <37447613+shravyaramesh@users.noreply.github.com> | 2020-11-09 11:30:26 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-09 14:30:26 -0500 |
commit | d7ed9541f47c22d93c43a32baf3bf33d68d823c8 (patch) | |
tree | 8342087f4cc5f41aff3f3fcec4559ac9019144db /src/components/comments | |
parent | ea0b0a9730d2a5e410583f04c5d138a73d709a6c (diff) |
blur background, realign comment count, reposition content (#110)
Diffstat (limited to 'src/components/comments')
-rw-r--r-- | src/components/comments/CommentsCount.tsx | 4 |
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', }, }); |