mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-07 17:15:30 +02:00
feat: Make default lightness be 50%, b=no-bug, c=workspaces
This commit is contained in:
parent
974680e1a4
commit
f80fe998e8
1 changed files with 1 additions and 1 deletions
|
@ -1628,7 +1628,7 @@
|
|||
const previousOpacity = this.currentOpacity;
|
||||
const previousLightness = this.#currentLightness;
|
||||
this.currentOpacity = workspace.theme.opacity ?? 0.5;
|
||||
this.#currentLightness = workspace.theme.lightness ?? 70;
|
||||
this.#currentLightness = workspace.theme.lightness ?? 50;
|
||||
const gradient = this.getGradient(workspace.theme.gradientColors);
|
||||
this.currentOpacity = previousOpacity;
|
||||
this.#currentLightness = previousLightness;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue