Skip to content

Commit

Permalink
Blend with bgCell
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasMasuch committed Jan 11, 2024
1 parent a5775d2 commit 480b711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/internal/data-grid/data-grid-render.tsx
Expand Up @@ -1828,7 +1828,7 @@ function drawColumnResizeOutline(
ctx.lineTo(yOffset, height);

ctx.lineWidth = 2;
ctx.strokeStyle = theme.accentLight;
ctx.strokeStyle = blend(theme.accentLight, theme.bgCell);

ctx.stroke();

Expand Down

0 comments on commit 480b711

Please sign in to comment.