RN-165 Removed lineHeight style from Markdown text (#628)
This commit is contained in:
parent
2eaf7a4cf2
commit
ea6bace72f
2 changed files with 1 additions and 8 deletions
|
|
@ -731,8 +731,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
|
|||
},
|
||||
message: {
|
||||
color: theme.centerChannelColor,
|
||||
fontSize: 14,
|
||||
lineHeight: 21
|
||||
fontSize: 14
|
||||
},
|
||||
systemMessage: {
|
||||
opacity: 0.6
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue