Skip to content

Commit 7fc7fbc

Browse files
authored
Use secondary color for timings (#849)
1 parent df00577 commit 7fc7fbc

File tree

1 file changed

+1
-0
lines changed
  • src/main/frontend/pipeline-graph-view/pipeline-graph/main/support

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ export function TimingsLabel({
9595
maxHeight: labelHeight + "px",
9696
textAlign: "center",
9797
marginLeft: labelOffsetH,
98+
color: "var(--text-color-secondary)",
9899
};
99100

100101
const x = details.x;

0 commit comments

Comments
 (0)