[main] debug

This commit is contained in:
maxkadushkin
2024-10-04 00:28:55 +03:00
parent 2f5ae5b1cb
commit 4e2c0eafbe

View File

@ -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");
});