Skip to content

Commit 7bb563b

Browse files
committed
feat(web-ui): align heatmap grid colors with theme brand color
1 parent 113ddc3 commit 7bb563b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

web-ui/styles/sessions-usage.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,19 +1004,19 @@
10041004
}
10051005

10061006
.hourly-heatmap-cell.level-1 {
1007-
background: #9be9a8;
1007+
background: var(--color-heatmap-1);
10081008
}
10091009

10101010
.hourly-heatmap-cell.level-2 {
1011-
background: #40c463;
1011+
background: var(--color-heatmap-2);
10121012
}
10131013

10141014
.hourly-heatmap-cell.level-3 {
1015-
background: #30a14e;
1015+
background: var(--color-heatmap-3);
10161016
}
10171017

10181018
.hourly-heatmap-cell.level-4 {
1019-
background: #216e39;
1019+
background: var(--color-heatmap-4);
10201020
}
10211021

10221022
.hourly-heatmap-legend {

0 commit comments

Comments
 (0)