From 45ec0a34241ff71f3b6a55225283b8d663fde28b Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Wed, 4 May 2022 09:15:32 -0700 Subject: Minor replay cleanup --- modern/src/map/ReplayPathMap.js | 4 ++-- modern/src/reports/ReplayPage.js | 9 ++------- 2 files changed, 4 insertions(+), 9 deletions(-) (limited to 'modern/src') 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, }, }); diff --git a/modern/src/reports/ReplayPage.js b/modern/src/reports/ReplayPage.js index 08563b3a..d7c77ee8 100644 --- a/modern/src/reports/ReplayPage.js +++ b/modern/src/reports/ReplayPage.js @@ -21,9 +21,6 @@ const useStyles = makeStyles((theme) => ({ root: { height: '100vh', }, - title: { - ...theme.typography.title, - }, sidebar: { position: 'absolute', left: 0, @@ -130,9 +127,7 @@ const ReplayPage = () => { - - {t('reportReplay')} - + {t('reportReplay')} {!expanded && ( @@ -150,7 +145,7 @@ const ReplayPage = () => { - {deviceName} + {deviceName}