diff --git a/widget.js b/widget.js index 985c285..486cb27 100644 --- a/widget.js +++ b/widget.js @@ -440,22 +440,22 @@ const styles = ` // SVG icons const icons = { - buttonsvg: ``, - highContrast: ``, - biggerText: ``, - textSpacing: ``, - pauseAnimations: ``, - hideImages: ``, - dyslexiaFont: ``, - biggerCursor: ``, - lineHeight: ``, - textAlign: ``, - screenReader: ``, - resetAll: ``, - voiceControl: ``, - fontSelection: `Aa`, - colorFilter: ``, - reducedMotion: ``, + buttonsvg: ``, + highContrast: ``, + biggerText: ``, + textSpacing: ``, + pauseAnimations: ``, + hideImages: ``, + dyslexiaFont: ``, + biggerCursor: ``, + lineHeight: ``, + textAlign: ``, + screenReader: ``, + resetAll: ``, + voiceControl: ``, + fontSelection: `Aa`, + colorFilter: ``, + reducedMotion: ``, }; // ===========================================