From 4e2c0eafbe9e8acbda5235c57053c1bb66cec508 Mon Sep 17 00:00:00 2001 From: maxkadushkin Date: Fri, 4 Oct 2024 00:28:55 +0300 Subject: [PATCH] [main] debug --- apps/common/main/lib/util/themeinit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/main/lib/util/themeinit.js b/apps/common/main/lib/util/themeinit.js index 7b8f7484a0..1b0db3d380 100644 --- a/apps/common/main/lib/util/themeinit.js +++ b/apps/common/main/lib/util/themeinit.js @@ -122,7 +122,7 @@ } } } else { - if ( window.uitheme.id.lastIndexOf("gray-theme", 0) === 0 ) { + if ( window.uitheme.id.lastIndexOf("theme-gray", 0) === 0 ) { header_tokens.forEach(function (i) { !!document.documentElement.style.setProperty('--' + i, "#f7f7f7"); });