From 46814f4ada5fceed1a5473e9c8fccbb32d5e587d Mon Sep 17 00:00:00 2001 From: sinanisler Date: Mon, 22 Dec 2025 12:54:32 +0300 Subject: [PATCH] Fix button SVG and high contrast icon for improved accessibility --- widget.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/widget.js b/widget.js index f7ce0f8..30a1c0f 100644 --- a/widget.js +++ b/widget.js @@ -1017,8 +1017,8 @@ const pageStyles = ` // =========================================== const icons = { - buttonsvg: ``, - highContrast: ``, + buttonsvg: ``, + highContrast: ``, biggerText: ``, textSpacing: ``, pauseAnimations: ``,