From d7244874994efd3b279ff8a2d4944daff38759c3 Mon Sep 17 00:00:00 2001
From: Ramesh Kumar <ramesh.p@matriotsolutions.com>
Date: Thu, 6 May 2021 18:01:50 +0530
Subject: [PATCH] TMSS-536: Timeline block border color changed to font color.

---
 .../tmss_webapp/src/components/Timeline/CalendarTimeline.js     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SAS/TMSS/frontend/tmss_webapp/src/components/Timeline/CalendarTimeline.js b/SAS/TMSS/frontend/tmss_webapp/src/components/Timeline/CalendarTimeline.js
index 0e9235c53d7..f57e42b6e93 100644
--- a/SAS/TMSS/frontend/tmss_webapp/src/components/Timeline/CalendarTimeline.js
+++ b/SAS/TMSS/frontend/tmss_webapp/src/components/Timeline/CalendarTimeline.js
@@ -744,7 +744,7 @@ export class CalendarTimeline extends Component {
         }
         let itemDivStyle = { background: backgroundColor,
                                 color: item.color,
-                                borderColor: "#5a5a5a",
+                                borderColor: item.color,
                                 borderRadius: 3,
                                 border: "none",
                                 zIndex: item.type==="SUNTIME"?79:80
-- 
GitLab