diff --git a/src/support/geo-utils.js b/src/support/geo-utils.js index 006504653..c6d42c160 100644 --- a/src/support/geo-utils.js +++ b/src/support/geo-utils.js @@ -616,7 +616,7 @@ const geoUtils = { if (job.lng && job.lat) { // Build the marker let propsData = { - color: unassignedJobIds.includes(job.id) ? theme.neutral : theme.dark, + color: unassignedJobIds.includes(job.id) ? '#8a8a8a' : theme.dark, textColor: unassignedJobIds.includes(job.id) ? 'black' : 'white', markerNumber: job.id.toString() }