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