From 891665906097469e4b12a3bcf4425dce9fbded67 Mon Sep 17 00:00:00 2001 From: Cyril ESCLASSAN Date: Thu, 28 Sep 2023 15:26:39 +0200 Subject: [PATCH] fix #1569 --- mod_examples/custom_theme.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)",