Update ZenGradientGenerator.mjs

Signed-off-by: Bridget Morningstar <168581144+neurokitti@users.noreply.github.com>
This commit is contained in:
Bridget Morningstar
2024-11-06 01:09:43 -06:00
committed by GitHub
parent 3abbb08e31
commit df7be136f8

View File

@@ -220,7 +220,7 @@
return imageData.data;
}
createDot(color, fromWorkspace = false,) {
createDot(color, fromWorkspace = false) {
const [r, g, b] = color.c;
const dot = document.createElement('div');
dot.classList.add('zen-theme-picker-dot');