updates text color

This commit is contained in:
dhrubesh 2021-05-17 09:39:20 +05:30
parent 171fd714de
commit 1d2f964a63

View File

@ -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) => {