add colors to test data routes

This commit is contained in:
2024-12-26 18:04:52 -08:00
parent 85f448a2d9
commit 014a2ce50f

View File

@@ -14,14 +14,14 @@ const routes: IRoute[] = [
id: "1",
systemId: systems[0].id,
polylineCoordinates: [],
color: "#ffffff",
color: "#db2316",
},
{
name: "Teal Route",
id: "2",
systemId: systems[0].id,
polylineCoordinates: [],
color: "#ffffff",
color: "#21bdd1",
},
];