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