diff options
| author | Brian Kim <brian@tagg.id> | 2021-05-17 16:51:48 -0700 |
|---|---|---|
| committer | Brian Kim <brian@tagg.id> | 2021-05-17 16:51:48 -0700 |
| commit | 4aca9fc0916240ce5e4284d625f240998db17bff (patch) | |
| tree | 0a3c75d12487c4298bce1fb9ddb8d8c8ebf4d4e6 /src/components/moments/MomentPostContent.tsx | |
| parent | 6a74b270d24f04e36821398b83863d5b97e1b44b (diff) | |
| parent | 183ce2b263e7282f42d204ebd59676b8e28352ec (diff) | |
Merge with master
Diffstat (limited to 'src/components/moments/MomentPostContent.tsx')
| -rw-r--r-- | src/components/moments/MomentPostContent.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
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; |
