From 014a2ce50fa9f66e9f2a5a859cb7c6f758af8007 Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Thu, 26 Dec 2024 18:04:52 -0800 Subject: [PATCH] add colors to test data routes --- src/testData.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/testData.ts b/src/testData.ts index 7142096..975308c 100644 --- a/src/testData.ts +++ b/src/testData.ts @@ -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", }, ];