mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 15:30:03 +02:00
#1542 Set default theme variables
This commit is contained in:
@@ -59,7 +59,7 @@ const config = {
|
|||||||
* </pre>
|
* </pre>
|
||||||
*/
|
*/
|
||||||
theme: 'default',
|
theme: 'default',
|
||||||
themeVariables: themes.get,
|
themeVariables: themes['default'].getThemeVariables(),
|
||||||
themeCSS: undefined,
|
themeCSS: undefined,
|
||||||
/* **maxTextSize** - The maximum allowed size of the users text diamgram */
|
/* **maxTextSize** - The maximum allowed size of the users text diamgram */
|
||||||
maxTextSize: 50000,
|
maxTextSize: 50000,
|
||||||
|
Reference in New Issue
Block a user