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 c2f83d3 commit faa96d4Copy full SHA for faa96d4
src/mdx/code.js
@@ -35,7 +35,7 @@ const ClipboardCopy = ({value, ...props}) => {
35
...props.sx,
36
'&:focus-visible': {
37
outline: '2px solid',
38
- outlineColor: '-webkit-focus-ring-color'
+ outlineColor: '-webkit-focus-ring-color',
39
},
40
}}
41
>
0 commit comments