aboutsummaryrefslogtreecommitdiff
path: root/src/components/profile/FriendsCount.tsx
diff options
context:
space:
mode:
authorAshm Walia <40498934+ashmgarv@users.noreply.github.com>2021-01-05 13:36:53 -0800
committerGitHub <noreply@github.com>2021-01-05 16:36:53 -0500
commit411b239b5637f91e61eaf97ae0091ae887c26159 (patch)
treede36de3543d702ca6f52c366982a8edc26bb603a /src/components/profile/FriendsCount.tsx
parentcbb3cdbe4e61ada38a336136a77c5dae318f9128 (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.tsx4
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,
},
});