docs: fix select code blocks in UI docs (#11010)
This commit is contained in:
@@ -388,7 +388,7 @@ export const CodeBlock = ({
|
||||
>
|
||||
{({
|
||||
className: preClassName,
|
||||
style: { backgroundColor, ...style },
|
||||
style: { backgroundColor: _, ...style },
|
||||
tokens,
|
||||
...rest
|
||||
}) => (
|
||||
|
||||
Reference in New Issue
Block a user