Skip to content

Commit b02d5c2

Browse files
authored
Update Theme-ColorPalette.js (#442)
1 parent 9fae1bd commit b02d5c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/Theme-ColorPalette/Theme-ColorPalette.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ document.documentElement.style.setProperty(
99
async function mainFunction() {
1010
let hueValue;
1111
try {
12-
const config = await csLib.getConfiguration("colorPalette", {});
12+
const config = await csLib.getConfiguration("Theme-ColorPalette", {});
1313
hueValue = config.hue;
1414
let UserColorValue = hueValue;
1515
localStorage.setItem("UserColor", UserColorValue);

0 commit comments

Comments
 (0)