Skip to content

Commit 924c260

Browse files
committed
fix: remove outlineColor from focus-visible styles in ClipboardCopy button
1 parent 56c3c2a commit 924c260

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mdx/code.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ const ClipboardCopy = ({value, ...props}) => {
3434
sx={{
3535
'&:focus-visible': {
3636
outline: '2px solid',
37-
outlineColor: 'accent.fg',
3837
outlineOffset: '2px',
3938
},
4039
}}

0 commit comments

Comments
 (0)