Skip to content

Commit fe893d7

Browse files
committed
fix(mermaid): make it look better in dark mode
1 parent eae129f commit fe893d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/workshop-utils/src/compile-mdx.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function remarkMermaidCodeToSvg() {
4646
{
4747
type: 'mdxJsxAttribute',
4848
name: 'className',
49-
value: 'mermaid',
49+
value: 'mermaid not-prose',
5050
},
5151
{
5252
type: 'mdxJsxAttribute',

0 commit comments

Comments
 (0)