Skip to content

Commit bf2191f

Browse files
committed
chore: change stroke color
1 parent 0ad498a commit bf2191f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Lines.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
onMount(() => {
1919
const context = canvas.getContext("2d");
20-
context.strokeStyle = "white";
20+
context.strokeStyle = "#6a7282";
2121
2222
function animate() {
2323
context.clearRect(0, 0, width, height);

0 commit comments

Comments
 (0)