We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1826083 commit 0e8f3d3Copy full SHA for 0e8f3d3
src/support/geo-utils.js
@@ -616,7 +616,7 @@ const geoUtils = {
616
if (job.lng && job.lat) {
617
// Build the marker
618
let propsData = {
619
- color: unassignedJobIds.includes(job.id) ? theme.neutral : theme.dark,
+ color: unassignedJobIds.includes(job.id) ? '#8a8a8a' : theme.dark,
620
textColor: unassignedJobIds.includes(job.id) ? 'black' : 'white',
621
markerNumber: job.id.toString()
622
}
0 commit comments