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 b698441 commit de31343Copy full SHA for de31343
src/mdx/code.js
@@ -32,6 +32,7 @@ const ClipboardCopy = ({value, ...props}) => {
32
announce(`Copied to clipboard`)
33
}}
34
sx={{
35
+ ...props.sx,
36
'&:focus-visible': {
37
outline: '2px solid',
38
outlineColor: '-webkit-focus-ring-color',
0 commit comments