diff options
author | ankit-thanekar007 <ankit.thanekar007@gmail.com> | 2021-04-22 15:55:49 -0700 |
---|---|---|
committer | ankit-thanekar007 <ankit.thanekar007@gmail.com> | 2021-04-22 15:56:44 -0700 |
commit | c740dd5b018e427c23fd41b8dc255df671eabc61 (patch) | |
tree | 53834ac1336de56e25af918a448ac8a059359665 /src/components/profile/FriendsCount.tsx | |
parent | af7c3d686149f32128d251c6d2fab3d82fb89ac4 (diff) |
PR Changes
Diffstat (limited to 'src/components/profile/FriendsCount.tsx')
-rw-r--r-- | src/components/profile/FriendsCount.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/profile/FriendsCount.tsx b/src/components/profile/FriendsCount.tsx index 18cd1400..8252266e 100644 --- a/src/components/profile/FriendsCount.tsx +++ b/src/components/profile/FriendsCount.tsx @@ -62,7 +62,7 @@ const styles = StyleSheet.create({ fontSize: normalize(14), }, label: { - marginTop: 10, + marginTop: 4, fontWeight: '500', fontSize: normalize(14), }, |