mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-19 08:50:29 +00:00
add colors to test data routes
This commit is contained in:
@@ -14,14 +14,14 @@ const routes: IRoute[] = [
|
|||||||
id: "1",
|
id: "1",
|
||||||
systemId: systems[0].id,
|
systemId: systems[0].id,
|
||||||
polylineCoordinates: [],
|
polylineCoordinates: [],
|
||||||
color: "#ffffff",
|
color: "#db2316",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Teal Route",
|
name: "Teal Route",
|
||||||
id: "2",
|
id: "2",
|
||||||
systemId: systems[0].id,
|
systemId: systems[0].id,
|
||||||
polylineCoordinates: [],
|
polylineCoordinates: [],
|
||||||
color: "#ffffff",
|
color: "#21bdd1",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user