Rename mermaidOptions to mermaid for contrib themes

This commit is contained in:
Nick O'Leary 2023-11-20 17:50:59 +00:00
parent e945deeab6
commit d2a8338d4a
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -340,7 +340,7 @@ module.exports = {
theme.codeEditor = theme.codeEditor || {}
theme.codeEditor.options = Object.assign({}, themePlugin.monacoOptions, theme.codeEditor.options);
theme.mermaid = Object.assign({}, themePlugin.mermaidOptions, theme.mermaid)
theme.mermaid = Object.assign({}, themePlugin.mermaid, theme.mermaid)
}
activeThemeInitialised = true;
}