line height fine tuning

This commit is contained in:
Nouman Tahir 2021-05-12 02:54:12 +05:00
parent b96670400b
commit 15e206ee8d
3 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,7 @@ export default EStyleSheet.create({
},
textWrapper: {
fontSize: 12,
lineHeight: 18,
paddingTop: isAndroidOreo() ? 6 : 16,
paddingBottom: Platform.OS === 'ios' ? 32 : 0, // On android side, textinput has default padding
paddingHorizontal: 16,

View File

@ -54,6 +54,7 @@ export default EStyleSheet.create({
summary: {
fontSize: 13,
color: '$primaryDarkGray',
lineHeight: 18,
},
bodyFooter: {
backgroundColor: '$primaryBackgroundColor',

View File

@ -326,7 +326,7 @@ const PostBody = ({
color: ${EStyleSheet.value('$primaryBlack')};
font-family: Roboto, sans-serif;
max-width: 100%;
line-height: 140%;
overflow-wrap: break-word;
word-wrap: break-word;