We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fae1bd commit b02d5c2Copy full SHA for b02d5c2
themes/Theme-ColorPalette/Theme-ColorPalette.js
@@ -9,7 +9,7 @@ document.documentElement.style.setProperty(
9
async function mainFunction() {
10
let hueValue;
11
try {
12
- const config = await csLib.getConfiguration("colorPalette", {});
+ const config = await csLib.getConfiguration("Theme-ColorPalette", {});
13
hueValue = config.hue;
14
let UserColorValue = hueValue;
15
localStorage.setItem("UserColor", UserColorValue);
0 commit comments