Skip to content

Commit ea7765f

Browse files
authored
Make compatible with themes (#36)
1 parent d321742 commit ea7765f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/main/frontend/pipeline-graph-view/pipeline-graph/main/support/labels.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export function SequentialContainerLabel({
174174
maxWidth: sequentialStagesLabelOffset,
175175
overflow: "hidden",
176176
textOverflow: "ellipsis",
177-
background: "white",
177+
background: "var(--background, white)",
178178
padding: "0 7px",
179179
lineHeight: "1",
180180
whiteSpace: "nowrap",

src/main/frontend/pipeline-graph-view/pipeline-graph/styles/PipelineGraphWidget.scss

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
}
1919

2020
circle.halo {
21-
stroke: white;
2221
fill: none;
2322
}
2423

0 commit comments

Comments
 (0)