From 1d2f964a6333c14730d5596dcd1f101b1d208621 Mon Sep 17 00:00:00 2001 From: dhrubesh Date: Mon, 17 May 2021 09:39:20 +0530 Subject: [PATCH] updates text color --- frontend/src/modules/Servicemap/ServiceMap.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/modules/Servicemap/ServiceMap.tsx b/frontend/src/modules/Servicemap/ServiceMap.tsx index cf94a2a307..5960997313 100644 --- a/frontend/src/modules/Servicemap/ServiceMap.tsx +++ b/frontend/src/modules/Servicemap/ServiceMap.tsx @@ -103,7 +103,7 @@ const ServiceMap = (props: ServiceMapProps) => { ctx.fill(); ctx.textAlign = "center"; ctx.textBaseline = "middle"; - ctx.fillStyle = "#333333"; + ctx.fillStyle = "#646464"; ctx.fillText(label, node.x, node.y); }} onNodeClick={(node) => {