SVG is different only on Iphones but working fine on rest of the devices
Android iPhone Why is the toggle SVG reacting that way on iPhones, whereas it is working fine on Android devices, PC, laptops, etc? Where could be the issue be? SVG code: <label className=”themeToggle st-sunMoonThemeToggleBtn” type=”checkbox”> <input type=”checkbox” id=”themeToggle” className=”themeToggleInput” checked={theme === “light”} onChange={toggleTheme} /> <svg width=”18″ height=”18″ viewBox=”0 0 20 20″ fill={theme === “dark” ? […]