From d7ed9541f47c22d93c43a32baf3bf33d68d823c8 Mon Sep 17 00:00:00 2001 From: Shravya Ramesh <37447613+shravyaramesh@users.noreply.github.com> Date: Mon, 9 Nov 2020 11:30:26 -0800 Subject: blur background, realign comment count, reposition content (#110) --- src/components/comments/CommentsCount.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/comments/CommentsCount.tsx') 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', }, }); -- cgit v1.2.3-70-g09d2