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 e55d68b commit cb0806bCopy full SHA for cb0806b
src/mdx/code.js
@@ -47,6 +47,7 @@ const colorMap = {
47
'token comment': '#747458',
48
'token function': '#cf3846',
49
'token parameter variable': '#277d7b',
50
+ 'token assign-left variable': '#277d7b',
51
}
52
53
const MonoText = props => <Text sx={{fontFamily: 'mono', fontSize: 1}} {...props} />
0 commit comments