Visual improvements to marker
This commit is contained in:
parent
1d39bec4dd
commit
4f41f4d2c5
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ function createMarkerHTML(personState, activityState, pictureUrl) {
|
|||
<i class="mdi ${activityConfig.icon}"></i>
|
||||
</div>
|
||||
</div>
|
||||
<div class="custom-marker-position-circle" style="background: white; border: 2px solid ${zoneConfig.color};"></div>
|
||||
<div class="custom-marker-position-circle" style="background: #76D4C3; border: 2px solid ${zoneConfig.color};"></div>
|
||||
</div>
|
||||
`;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue