diff --git a/mod_examples/custom_theme.js b/mod_examples/custom_theme.js index a70d949f..84acfaa7 100644 --- a/mod_examples/custom_theme.js +++ b/mod_examples/custom_theme.js @@ -27,7 +27,8 @@ const RESOURCES = { "my-theme.json": { map: { background: "#abc", - grid: "#ccc", + gridRegular: "#ccc", + gridPlacing: "#ddd", gridLineWidth: 1, selectionOverlay: "rgba(74, 163, 223, 0.7)",