RN-73 Fixed code block text colour being incorrect (#868)
This commit is contained in:
parent
6e4abacb4a
commit
73c81bb863
2 changed files with 2 additions and 0 deletions
|
|
@ -187,6 +187,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
|
|||
overflow: 'scroll' // Doesn't actually cause a scrollbar, but stops text from wrapping
|
||||
},
|
||||
codeText: {
|
||||
color: changeOpacity(theme.centerChannelColor, 0.65),
|
||||
fontSize: 12,
|
||||
lineHeight: 18
|
||||
},
|
||||
|
|
|
|||
|
|
@ -107,6 +107,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
|
|||
paddingVertical: 4
|
||||
},
|
||||
codeText: {
|
||||
color: changeOpacity(theme.centerChannelColor, 0.65),
|
||||
fontFamily: getCodeFont(),
|
||||
fontSize: 12,
|
||||
lineHeight: 18
|
||||
|
|
|
|||
Loading…
Reference in a new issue