From 57cf0db0f1c027bc21b2a921b170aef718a9e451 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 20 Jun 2021 19:24:01 -0700 Subject: Fix style issues --- web/app/view/map/MapMarkerController.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/app/view/map/MapMarkerController.js') diff --git a/web/app/view/map/MapMarkerController.js b/web/app/view/map/MapMarkerController.js index 2ef4c3a..15b1aec 100644 --- a/web/app/view/map/MapMarkerController.js +++ b/web/app/view/map/MapMarkerController.js @@ -107,11 +107,11 @@ Ext.define('Traccar.view.map.MapMarkerController', { image: new ol.style.Circle({ radius: 6, fill: new ol.style.Fill({ - color: '#3399CC', + color: '#3399CC' }), stroke: new ol.style.Stroke({ color: '#fff', - width: 2, + width: 2 }) }) })); -- cgit v1.2.3