From 4917528cdfef35a4477d9dd8a7f90325f8188466 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Tue, 3 Mar 2020 11:14:02 +0100
Subject: [PATCH] Fixed #1032: broken dark theme

---
 front/vue.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/front/vue.config.js b/front/vue.config.js
index b493d660a..44356cca0 100644
--- a/front/vue.config.js
+++ b/front/vue.config.js
@@ -26,7 +26,7 @@ plugins.push(
       path.join(__dirname, './src/**/*.js')
     ]),
     whitelist: ['scale'],
-    whitelistPatterns: [/plyr/, /toast/],
+    whitelistPatterns: [/plyr/, /toast/, /theme/],
     whitelistPatternsChildren: [/plyr/, /dropdown/, /upward/]
   }),
 )
-- 
GitLab