diff options
author | Ivan Chen <ivan@tagg.id> | 2021-04-22 19:07:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-22 19:07:04 -0400 |
commit | 1f04e445e9d317bc141624a440a2c1e55f8704b3 (patch) | |
tree | 1d38b38e527955481aac1c45de65f6cf7ef600d3 /src/components/profile/FriendsCount.tsx | |
parent | e8913cc0bdc432c20a008e852482c82c3bb3c2a0 (diff) | |
parent | ac082ed35d765f7182e95541d8eb9e2d9f033641 (diff) |
Merge pull request #379 from ankit-thanekar007/tma-794-806-badge-profile-view
[TMA-794/806] Badge profile view
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..8252266e 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: 4, fontWeight: '500', fontSize: normalize(14), }, |