Skip to content

Commit 1af4fe2

Browse files
committed
Tooltip colors
1 parent 0e91f7c commit 1af4fe2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/graphs/tooltipStyles.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444

4545
/* Specific metric colors */
4646
.cycleTime {
47-
color: yellow; /* orange */
47+
color: indigo; /* orange */
4848
}
4949

5050
.leadTime {
51-
color: indigo; /* blue */
51+
color: yellow; /* blue */
5252
}
5353

5454
.wip {

0 commit comments

Comments
 (0)