diff options
author | ankit-thanekar007 <ankit.thanekar007@gmail.com> | 2021-04-21 16:42:34 -0700 |
---|---|---|
committer | ankit-thanekar007 <ankit.thanekar007@gmail.com> | 2021-04-22 15:56:43 -0700 |
commit | af7c3d686149f32128d251c6d2fab3d82fb89ac4 (patch) | |
tree | af6142fabbfb806176a5840ec0d0496b6aed15ac /src/components/profile/FriendsCount.tsx | |
parent | 3993175a466d4273373591a765bfc2f6a6e89ef4 (diff) |
Badge view changes
Diffstat (limited to 'src/components/profile/FriendsCount.tsx')
-rw-r--r-- | src/components/profile/FriendsCount.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/profile/FriendsCount.tsx b/src/components/profile/FriendsCount.tsx index 4790743b..18cd1400 100644 --- a/src/components/profile/FriendsCount.tsx +++ b/src/components/profile/FriendsCount.tsx @@ -62,6 +62,7 @@ const styles = StyleSheet.create({ fontSize: normalize(14), }, label: { + marginTop: 10, fontWeight: '500', fontSize: normalize(14), }, |