fix(core): update
This commit is contained in:
parent
9ca286697c
commit
a32b6b425b
@ -63,7 +63,7 @@ export class CssManager {
|
||||
await domtoolsArg.domReady.promise;
|
||||
document.body.style.setProperty(
|
||||
newTriplet.cssVarName,
|
||||
this.goBright ? newTriplet.brightValue : newTriplet.darkValue
|
||||
domtoolsArg.themeManager.goBrightBoolean ? newTriplet.brightValue : newTriplet.darkValue
|
||||
);
|
||||
});
|
||||
returnCssVar = newTriplet.cssVarName;
|
||||
|
Loading…
Reference in New Issue
Block a user