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 e6aace8 commit 2337ceaCopy full SHA for 2337cea
src/mdx/code.js
@@ -45,8 +45,8 @@ export const InlineCode = styled.code`
45
`
46
const colorMap = {
47
'token comment': '#747458',
48
- 'token parameter variable': '#277d7b',
49
'token function': '#cf3846',
+ 'token parameter variable': '#277d7b',
50
}
51
52
const MonoText = props => <Text sx={{fontFamily: 'mono', fontSize: 1}} {...props} />
0 commit comments