Fix live and route map errors #527 (#528)

This commit is contained in:
Nabeel S
2020-01-31 13:57:21 -05:00
committed by GitHub
parent 45b8d737e4
commit 03184db2fe
16 changed files with 77 additions and 71 deletions

View File

@@ -1,3 +1,3 @@
export const PLAN_ROUTE_COLOR = '#043758';
export const PLAN_ROUTE_COLOR = '#d9ed53';
export const ACTUAL_ROUTE_COLOR = '#067ec1';
export const CIRCLE_COLOR = '#056093';