Skip to content

Commit

Permalink
Lighten up BG
Browse files Browse the repository at this point in the history
  • Loading branch information
kay-xr committed Dec 20, 2024
1 parent 4d8f4e7 commit abbc24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/Waves.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
function drawLines() {
ctx.clearRect(0, 0, canvas.width, canvas.height);
ctx.beginPath();
ctx.strokeStyle = '#0A0A0A';
ctx.strokeStyle = '#1f1f1f';
lines.forEach((points) => {
ctx.moveTo(points[0].x, points[0].y);
Expand Down

0 comments on commit abbc24f

Please sign in to comment.