Skip to content

Commit 2337cea

Browse files
committed
Refactor code.js to reorder token color definitions
1 parent e6aace8 commit 2337cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mdx/code.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ export const InlineCode = styled.code`
4545
`
4646
const colorMap = {
4747
'token comment': '#747458',
48-
'token parameter variable': '#277d7b',
4948
'token function': '#cf3846',
49+
'token parameter variable': '#277d7b',
5050
}
5151

5252
const MonoText = props => <Text sx={{fontFamily: 'mono', fontSize: 1}} {...props} />

0 commit comments

Comments
 (0)