We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0695a6 commit 5599acfCopy full SHA for 5599acf
src/mdx/code.js
@@ -49,6 +49,7 @@ const colorMap = {
49
'token function': '#cf3846',
50
'token parameter variable': '#277d7b',
51
'token assign-left variable': '#277d7b',
52
+ 'token string': '#db1068',
53
}
54
55
const MonoText = props => <Text sx={{fontFamily: 'mono', fontSize: 1}} {...props} />
0 commit comments