diff --git a/src/config.js b/src/config.js index 0c6c27f43..263c46c8f 100644 --- a/src/config.js +++ b/src/config.js @@ -59,7 +59,7 @@ const config = { * */ theme: 'default', - themeVariables: themes.get, + themeVariables: themes['default'].getThemeVariables(), themeCSS: undefined, /* **maxTextSize** - The maximum allowed size of the users text diamgram */ maxTextSize: 50000,