Skip to content
2 changes: 1 addition & 1 deletion lib/app/map/_lib/managers/monitor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1389,7 +1389,7 @@ class _MonitorMapLayerSheetState extends State<MonitorMapLayerSheet> {
timeText,
textAlign: TextAlign.center,
style: TextStyle(
color: isStale ? Colors.red : context.colors.onSurface,
color: widget.manager.isReplayMode ? Colors.orange : (isStale ? Colors.red : context.colors.onSurface),
fontSize: 16,
),
),
Expand Down
Loading
Loading