Skip to content

Commit 3434d44

Browse files
committed
bump future region opacity
1 parent 2b06ec2 commit 3434d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/frontend/src/pages/compare/compile/table/benchmark-detail.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function drawCurrentDate(opts: GraphRenderOpts, date: Date) {
8686
// Draw a translucent rectangle representing the region that is more
8787
// recent than `date`.
8888
ctx.save();
89-
ctx.fillStyle = "rgba(0, 0, 0, 0.03)";
89+
ctx.fillStyle = "rgba(0, 0, 0, 0.07)";
9090
ctx.rect(x, u.bbox.top, u.bbox.width - x + u.bbox.left, u.bbox.height);
9191
ctx.fill();
9292
ctx.restore();

0 commit comments

Comments
 (0)