#1542 Set default theme variables

This commit is contained in:
Knut Sveidqvist
2020-07-20 08:20:09 +02:00
parent 3c23de9735
commit 70cd0655ed

View File

@@ -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,