diff --git a/package-lock.json b/package-lock.json index a83dd2c5..86f3a0b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "utopia-ui", - "version": "3.0.85", + "version": "3.0.86", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "utopia-ui", - "version": "3.0.85", + "version": "3.0.86", "license": "GPL-3.0-only", "dependencies": { "@heroicons/react": "^2.0.17", diff --git a/package.json b/package.json index 076bc3bf..b8309549 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "utopia-ui", - "version": "3.0.85", + "version": "3.0.86", "description": "Reuseable React Components to build mapping apps for real life communities and networks", "repository": "https://github.com/utopia-os/utopia-ui", "homepage": "https://utopia-os.org/", diff --git a/src/Components/Map/Subcomponents/Controls/SearchControl.tsx b/src/Components/Map/Subcomponents/Controls/SearchControl.tsx index f95bb82a..cb655191 100644 --- a/src/Components/Map/Subcomponents/Controls/SearchControl.tsx +++ b/src/Components/Map/Subcomponents/Controls/SearchControl.tsx @@ -180,7 +180,7 @@ export const SearchControl = () => { {item.layer?.menuIcon ? ( { code = code.replace(/fill=".*?"/g, 'fill="currentColor"') code = code.replace(/stroke=".*?"/g, 'stroke="currentColor"')