From 70cd0655ed2af4213d8aee5d64a6a96a2e1d777c Mon Sep 17 00:00:00 2001 From: Knut Sveidqvist Date: Mon, 20 Jul 2020 08:20:09 +0200 Subject: [PATCH] #1542 Set default theme variables --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,