aboutsummaryrefslogtreecommitdiff
path: root/modern/src/map/main/MapAccuracy.js
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/map/main/MapAccuracy.js')
-rw-r--r--modern/src/map/main/MapAccuracy.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/modern/src/map/main/MapAccuracy.js b/modern/src/map/main/MapAccuracy.js
index cdc706cc..4f025b08 100644
--- a/modern/src/map/main/MapAccuracy.js
+++ b/modern/src/map/main/MapAccuracy.js
@@ -25,8 +25,8 @@ const MapAccuracy = ({ positions }) => {
['==', '$type', 'Polygon'],
],
paint: {
- 'fill-color': theme.palette.colors.geometry,
- 'fill-outline-color': theme.palette.colors.geometry,
+ 'fill-color': theme.palette.geometry.main,
+ 'fill-outline-color': theme.palette.geometry.main,
'fill-opacity': 0.25,
},
});