From d2f52e2fe19023d16fe72d750c5a1fc0f1bd4992 Mon Sep 17 00:00:00 2001 From: Shravya Ramesh Date: Wed, 12 May 2021 12:49:32 -0700 Subject: fixed moment caption size --- src/components/moments/MomentPostContent.tsx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/components/moments/MomentPostContent.tsx b/src/components/moments/MomentPostContent.tsx index 45186ba1..193bf40c 100644 --- a/src/components/moments/MomentPostContent.tsx +++ b/src/components/moments/MomentPostContent.tsx @@ -10,6 +10,7 @@ import { navigateToProfile, SCREEN_HEIGHT, SCREEN_WIDTH, + normalize, } from '../../utils'; import {mentionPartTypes, renderTextWithMentions} from '../../utils/comments'; import {CommentsCount} from '../comments'; @@ -103,6 +104,9 @@ const styles = StyleSheet.create({ marginRight: '5%', color: '#ffffff', fontWeight: '500', + fontSize: normalize(13), + lineHeight: normalize(15.51), + letterSpacing: normalize(0.6), }, }); export default MomentPostContent; -- cgit v1.2.3-70-g09d2