mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-17 11:14:12 +01:00
Fix a typo
This commit is contained in:
@@ -49,7 +49,7 @@ for (const themeName of ['default', 'forest', 'dark', 'neutral']) {
|
|||||||
* ```
|
* ```
|
||||||
*/
|
*/
|
||||||
const config = {
|
const config = {
|
||||||
theme: themes.default,
|
theme: 'default',
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* logLevel , decides the amount of logging to be used.
|
* logLevel , decides the amount of logging to be used.
|
||||||
|
|||||||
Reference in New Issue
Block a user