diff options
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, }, }); |