fix color

This commit is contained in:
j 2016-01-26 15:55:19 +05:30
parent 5a3a1d7cfb
commit ddf94ef736
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@ window.app = (function() {
iconUrl: MarkerIcon({
label: username[0],
color: [255, 255, 255],
background: color
})
})
};