Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-s51 committed Mar 18, 2024
1 parent f49c3c5 commit daaad4f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/module/src/css/topology-pipelines.css
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,12 @@
pointer-events: none;
}

.pf-topology-pipelines__node__background {
fill: var(--pf-topology__node__background--Fill);
stroke-width: var(--pf-topology__node__background--StrokeWidth);
stroke: var(--pf-topology__node__background--Stroke);
}

.pf-topology-pipelines__node__label__background {
fill: var(--pf-topology-pipelines__node__label__background--fill);
}
Expand Down

0 comments on commit daaad4f

Please sign in to comment.