Skip to content

Commit 9be71b0

Browse files
committed
fix: update focus-visible styles in ClipboardCopy button to inherit color
1 parent 7434efe commit 9be71b0

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
@@ -34,8 +34,8 @@ const ClipboardCopy = ({value, ...props}) => {
3434
sx={{
3535
'&:focus-visible': {
3636
outline: '2px solid',
37+
outlineColor: '-webkit-focus-ring-color',
3738
outlineOffset: '2px',
38-
color: 'inherit',
3939
},
4040
}}
4141
>

0 commit comments

Comments
 (0)