Merge pull request #113 from TheRealOwenRees/ring

Put a ring around the cluster markers
This commit is contained in:
Owen Rees
2023-07-19 17:28:37 +02:00
committed by GitHub
+1 -1
View File
@@ -265,7 +265,7 @@ export default function TournamentMap() {
return new L.DivIcon({
html,
className: "marker-cluster",
className: "marker-cluster bg-gray-600/20",
iconSize: new L.Point(40, 40),
});
}, []);