Fix editor theme
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user