RN-73 Fixed code block text colour being incorrect (#868)

This commit is contained in:
Harrison Healey 2017-08-24 09:59:03 -04:00 committed by enahum
parent 6e4abacb4a
commit 73c81bb863
2 changed files with 2 additions and 0 deletions

View file

@ -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
},

View file

@ -107,6 +107,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
paddingVertical: 4
},
codeText: {
color: changeOpacity(theme.centerChannelColor, 0.65),
fontFamily: getCodeFont(),
fontSize: 12,
lineHeight: 18