Put a ring around the cluster markers

This commit is contained in:
Timothy Armes
2023-07-19 17:18:49 +02:00
parent 1c2ff99323
commit 1b4e5e0cab
+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),
});
}, []);