Skip to content

Commit 685944b

Browse files
committed
color contract ratio set to 4.5.1
1 parent e3a4996 commit 685944b

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
@@ -120,7 +120,7 @@ function Code({className = '', prompt, children}) {
120120
...getTokenProps({token, key}),
121121
style:
122122
getTokenProps({token, key}).className === 'token comment'
123-
? {...getTokenProps({token, key}).style, color: '#747459'}
123+
? {...getTokenProps({token, key}).style, color: '#747458'}
124124
: getTokenProps({token, key}).style,
125125
}}
126126
/>

0 commit comments

Comments
 (0)