diff options
author | Anton Tananaev <anton@traccar.org> | 2022-05-04 09:15:32 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-05-04 09:15:32 -0700 |
commit | 45ec0a34241ff71f3b6a55225283b8d663fde28b (patch) | |
tree | 471bcdc71560a8d8111024e75cc92ada5aa2f4de /modern/src/map/ReplayPathMap.js | |
parent | 5db60ebe5db629e67afdd33805cf0eba286403fa (diff) | |
download | trackermap-web-45ec0a34241ff71f3b6a55225283b8d663fde28b.tar.gz trackermap-web-45ec0a34241ff71f3b6a55225283b8d663fde28b.tar.bz2 trackermap-web-45ec0a34241ff71f3b6a55225283b8d663fde28b.zip |
Minor replay cleanup
Diffstat (limited to 'modern/src/map/ReplayPathMap.js')
-rw-r--r-- | modern/src/map/ReplayPathMap.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modern/src/map/ReplayPathMap.js b/modern/src/map/ReplayPathMap.js index 022548b7..971c2b36 100644 --- a/modern/src/map/ReplayPathMap.js +++ b/modern/src/map/ReplayPathMap.js @@ -25,8 +25,8 @@ const ReplayPathMap = ({ positions }) => { 'line-cap': 'round', }, paint: { - 'line-color': '#333', - 'line-width': 5, + 'line-color': '#3bb2d0', + 'line-width': 2, }, }); |