From 12aba2dd6a181378598284c14f708892c64ef835 Mon Sep 17 00:00:00 2001 From: Christian Mayer Date: Thu, 18 Apr 2019 08:35:29 +0200 Subject: [PATCH] Correct help button color in minimal conf --- static/app-conf-minimal.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/app-conf-minimal.json b/static/app-conf-minimal.json index 6c3e2103..cb07b300 100644 --- a/static/app-conf-minimal.json +++ b/static/app-conf-minimal.json @@ -33,7 +33,8 @@ "modules": { "wgu-helpwin": { - "target": "toolbar" + "target": "toolbar", + "darkLayout": true } }