Skip to content

Commit

Permalink
Update ArrayGraph value shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanrhu committed Mar 30, 2022
1 parent 12bb788 commit 09cb339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/components/ArrayGraph/js/ArrayGraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@
ctx.lineWidth = 2;

ctx.beginPath();
ctx.font = '24px Arial';
ctx.fillStyle = 'rgba(0, 0, 0, 0.35)';
ctx.font = '22px Arial';
ctx.fillStyle = 'rgba(0, 0, 0, 0.25)';
ctx.fillText(item.value, tx, ty);

ctx.font = '16px Arial';
Expand Down

0 comments on commit 09cb339

Please sign in to comment.