mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 06:26:03 +08:00
updates text color
This commit is contained in:
parent
171fd714de
commit
1d2f964a63
@ -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) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user