Skip to content

Commit

Permalink
[main] debug
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadushkin committed Oct 3, 2024
1 parent 2f5ae5b commit 4e2c0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/common/main/lib/util/themeinit.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
});
Expand Down

0 comments on commit 4e2c0ea

Please sign in to comment.