diff options
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, }, }); |