Skip to content

Commit 9c7c33a

Browse files
committed
Fix not-prose
1 parent 0186a87 commit 9c7c33a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/mdx/src/client/code.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export function InnerCode({
2929
!props.files[0].name
3030
) {
3131
return (
32-
<div className="ch-codeblock no-prose">
32+
<div className="ch-codeblock not-prose">
3333
<CodeSpring
3434
className="ch-code"
3535
config={props.codeConfig}
@@ -43,7 +43,7 @@ export function InnerCode({
4343
onTabClick,
4444
}
4545
return (
46-
<div className="ch-codegroup no-prose">
46+
<div className="ch-codegroup not-prose">
4747
<EditorSpring {...props} frameProps={frameProps} />
4848
</div>
4949
)

0 commit comments

Comments
 (0)