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 1352d5a commit aa733f1Copy full SHA for aa733f1
components/mdx/CodeBlock.tsx
@@ -31,7 +31,7 @@ export const CodeBlock = memo(({ children, language, className }: CodeBlockProps
31
ref={preRef}
32
role="region"
33
aria-label={language ? `Code block in ${language}` : "Code block"}
34
- className={`relative my-4 overflow-x-auto rounded-lg border border-neutral-700 bg-gray-900 p-4 font-mono text-sm text-neutral-200 ${className ?? ""}`}
+ className={`relative my-4 overflow-x-auto rounded-lg bg-gray-900 p-4 font-mono text-sm text-neutral-200 ${className ?? ""}`}
35
>
36
<button
37
type="button"
0 commit comments