RN-165 Removed lineHeight style from Markdown text (#628)

This commit is contained in:
Harrison Healey 2017-06-14 10:57:33 -04:00 committed by enahum
parent 2eaf7a4cf2
commit ea6bace72f
2 changed files with 1 additions and 8 deletions

View file

@ -731,8 +731,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
},
message: {
color: theme.centerChannelColor,
fontSize: 14,
lineHeight: 21
fontSize: 14
},
systemMessage: {
opacity: 0.6

View file

@ -19,42 +19,36 @@ export const getMarkdownTextStyles = makeStyleSheetFromTheme((theme) => {
},
heading1: {
fontSize: 17,
lineHeight: 25,
fontWeight: '700',
marginTop: 10,
marginBottom: 10
},
heading2: {
fontSize: 17,
lineHeight: 25,
fontWeight: '700',
marginTop: 10,
marginBottom: 10
},
heading3: {
fontSize: 17,
lineHeight: 25,
fontWeight: '700',
marginTop: 10,
marginBottom: 10
},
heading4: {
fontSize: 17,
lineHeight: 25,
fontWeight: '700',
marginTop: 10,
marginBottom: 10
},
heading5: {
fontSize: 17,
lineHeight: 25,
fontWeight: '700',
marginTop: 10,
marginBottom: 10
},
heading6: {
fontSize: 17,
lineHeight: 25,
fontWeight: '700',
marginTop: 10,
marginBottom: 10