#1542 Set default theme variables

This commit is contained in:
Knut Sveidqvist 2020-07-20 08:20:09 +02:00
parent 3c23de9735
commit 70cd0655ed
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ const config = {
* </pre>
*/
theme: 'default',
themeVariables: themes.get,
themeVariables: themes['default'].getThemeVariables(),
themeCSS: undefined,
/* **maxTextSize** - The maximum allowed size of the users text diamgram */
maxTextSize: 50000,