Fix bad html character
parent
918a0cd5ed
commit
97c97fe9a6
|
@ -226,7 +226,7 @@
|
|||
const iframeColor = rawColor && parseColor(rawColor)
|
||||
;[
|
||||
document.documentElement,
|
||||
…document.querySelectorAll('[data-js-color-element]'),
|
||||
...document.querySelectorAll('[data-js-color-element]'),
|
||||
].forEach((element) => {
|
||||
element.style.setProperty(
|
||||
'--COLOR_HUE',
|
||||
|
|
Loading…
Reference in New Issue