Fixed URLbar stylings when on normal mode

This commit is contained in:
mr. M
2024-12-17 22:29:09 +01:00
parent e1b43e71bb
commit 0bd34061b9
2 changed files with 8 additions and 8 deletions

View File

@@ -668,8 +668,8 @@
}
}
browser.document.documentElement.style.setProperty('--zen-main-browser-background', gradient);
browser.document.documentElement.style.setProperty('--zen-main-browser-background-toolbar', gradientToolbar);
browser.document.documentElement.style.setProperty('--zen-main-browser-background', gradient);
const dominantColor = this.getMostDominantColor(workspaceTheme.gradientColors);
if (dominantColor) {