From 362a9121e5963f32f780fb3ae3cdfe3baf298b8a Mon Sep 17 00:00:00 2001 From: BPower0036 <80090789+BPower0036@users.noreply.github.com> Date: Thu, 5 May 2022 13:02:33 +0000 Subject: [PATCH] https://github.com/mozilla/multi-account-containers/pull/1964/ --- src/js/pageAction.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/js/pageAction.js b/src/js/pageAction.js index bc0ba3c..8aa51e4 100644 --- a/src/js/pageAction.js +++ b/src/js/pageAction.js @@ -32,6 +32,9 @@ async function init() { list.appendChild(fragment); MozillaVPN.handleContainerList(identities); + + // Set the theme + Utils.applyTheme(); } init();