Skip to content

Commit ade47d7

Browse files
Swap color for incr-unchanged and incr-patched: println
This mirrors the colors used on the "Overview" page.
1 parent b0ff9be commit ade47d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
const commonCacheStateColors = {
7777
"full": "#7cb5ec",
7878
"incr-full": "#434348",
79-
"incr-unchanged": "#f7a35c",
80-
"incr-patched: println": "#90ed7d",
79+
"incr-unchanged": "#90ed7d",
80+
"incr-patched: println": "#f7a35c",
8181
};
8282

8383
const otherCacheStateColors = ["#8085e9", "#f15c80", "#e4d354", "#2b908f", "#f45b5b", "#91e8e1"];

0 commit comments

Comments
 (0)