fix: Class label not visible if class is already defined

This commit is contained in:
Sidharth Vinod
2023-02-24 13:46:56 +05:30
parent 716a4d2cbc
commit b13707fa7b
4 changed files with 26 additions and 9 deletions

View File

@@ -37,7 +37,7 @@
</pre>
<script type="module">
import mermaid from '../packages/mermaid';
import mermaid from '../packages/mermaid/src/mermaid';
mermaid.initialize({
theme: 'forest',
// themeCSS: '.node rect { fill: red; }',