mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 19:49:06 +08:00
feat: color is updated (#1198)
This commit is contained in:
parent
4a13c524a3
commit
eb9a8e3a97
@ -118,7 +118,7 @@ function ServiceMap(props: ServiceMapProps): JSX.Element {
|
||||
ctx.fillStyle = node.color;
|
||||
ctx.beginPath();
|
||||
ctx.arc(node.x, node.y, width, 0, 2 * Math.PI, false);
|
||||
ctx.fillStyle = isDarkMode ? '#3d0b00' : '#ffbcad';
|
||||
ctx.fillStyle = isDarkMode ? '#3C8618' : '#D5F2BB';
|
||||
ctx.fill();
|
||||
ctx.textAlign = 'center';
|
||||
ctx.textBaseline = 'middle';
|
||||
|
Loading…
x
Reference in New Issue
Block a user