diff options
author | Ashm Walia <40498934+ashmgarv@users.noreply.github.com> | 2021-01-05 13:36:53 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-05 16:36:53 -0500 |
commit | 411b239b5637f91e61eaf97ae0091ae887c26159 (patch) | |
tree | de36de3543d702ca6f52c366982a8edc26bb603a /src/components/profile/FriendsCount.tsx | |
parent | cbb3cdbe4e61ada38a336136a77c5dae318f9128 (diff) |
[HOTFIX] Accomodate large names and match figma (#167)
* HOTFIX : Accomodate large names and match figma
* Fix
Diffstat (limited to 'src/components/profile/FriendsCount.tsx')
-rw-r--r-- | src/components/profile/FriendsCount.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/profile/FriendsCount.tsx b/src/components/profile/FriendsCount.tsx index 91d54cab..23a24787 100644 --- a/src/components/profile/FriendsCount.tsx +++ b/src/components/profile/FriendsCount.tsx @@ -55,11 +55,11 @@ const styles = StyleSheet.create({ }, count: { fontWeight: '700', - fontSize: 18, + fontSize: 13, }, label: { fontWeight: '500', - fontSize: 16, + fontSize: 13, }, }); |