mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-07 11:58:20 +00:00
Update ZenGradientGenerator.mjs
Signed-off-by: Bridget Morningstar <168581144+neurokitti@users.noreply.github.com>
This commit is contained in:

committed by
GitHub

parent
3abbb08e31
commit
df7be136f8
@@ -220,7 +220,7 @@
|
|||||||
return imageData.data;
|
return imageData.data;
|
||||||
}
|
}
|
||||||
|
|
||||||
createDot(color, fromWorkspace = false,) {
|
createDot(color, fromWorkspace = false) {
|
||||||
const [r, g, b] = color.c;
|
const [r, g, b] = color.c;
|
||||||
const dot = document.createElement('div');
|
const dot = document.createElement('div');
|
||||||
dot.classList.add('zen-theme-picker-dot');
|
dot.classList.add('zen-theme-picker-dot');
|
||||||
|
Reference in New Issue
Block a user