From ddf94ef736d99cbd560015fa2e06719c86f7ebdc Mon Sep 17 00:00:00 2001 From: j Date: Tue, 26 Jan 2016 15:55:19 +0530 Subject: [PATCH] fix color --- static/js/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/app.js b/static/js/app.js index 48ce394..1329476 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -158,6 +158,7 @@ window.app = (function() { iconUrl: MarkerIcon({ label: username[0], color: [255, 255, 255], + background: color }) }) };