fix(core): update
This commit is contained in:
parent
7ae2de5843
commit
48b5cc770c
@ -32,6 +32,7 @@ export class ThemeManager {
|
||||
}
|
||||
|
||||
private async updateAllConnectedElements() {
|
||||
document.body.style.background = this.goBrightBoolean ? '#fff' : '#000';
|
||||
this.domtoolsRef.elementInstrumenter.forEachelement(async elementArg => {
|
||||
await this.setThemeStatusForElement(elementArg, this.goBrightBoolean);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user