Fix editor theme

This commit is contained in:
Thomas Nordquist
2019-04-03 17:52:50 +02:00
parent 6853066a19
commit b5068ad3d5

View File

@@ -117,6 +117,9 @@ const style = (theme: Theme) => {
maxHeight: '200px', maxHeight: '200px',
marginLeft: '33px !important', marginLeft: '33px !important',
backgroundColor: `${CodeBlockColors.background} !important`, backgroundColor: `${CodeBlockColors.background} !important`,
'& span': {
color: CodeBlockColors.text,
},
'& .token.number': { '& .token.number': {
color: CodeBlockColors.numeric, color: CodeBlockColors.numeric,
}, },