Fix trace component borders

This commit is contained in:
jeremystretch 2021-07-29 09:59:01 -04:00
parent 2e7d912bdd
commit 4c3f584fa6
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -41,7 +41,7 @@ svg {
/* Boxes */
rect {
fill: var(--nbx-trace-node-bg);
stroke: var(--nbx-trace-node-bg);
stroke: #606060;
stroke-width: 1;
.termination {
fill: var(--nbx-trace-termination-bg);