Skip to content

Commit a274504

Browse files
committed
fix: add missing comma in colorMap for token string
1 parent ffa7e3c commit a274504

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
@@ -49,7 +49,7 @@ const colorMap = {
4949
'token function': '#cf3846',
5050
'token parameter variable': '#277d7b',
5151
'token assign-left variable': '#277d7b',
52-
'token string': '#db1068'
52+
'token string': '#db1068',
5353
}
5454

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

0 commit comments

Comments
 (0)