aboutsummaryrefslogtreecommitdiff
path: root/modern/src/map/core/mapUtil.js
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/map/core/mapUtil.js')
-rw-r--r--modern/src/map/core/mapUtil.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/map/core/mapUtil.js b/modern/src/map/core/mapUtil.js
index feb458d6..8dcded2c 100644
--- a/modern/src/map/core/mapUtil.js
+++ b/modern/src/map/core/mapUtil.js
@@ -79,7 +79,7 @@ export const geofenceToFeature = (theme, item) => {
geometry,
properties: {
name: item.name,
- color: item.attributes.color || theme.palette.colors.geometry,
+ color: item.attributes.color || theme.palette.geometry.main,
},
};
};