Skip to content

Commit

Permalink
Tweak strokes value in playground
Browse files Browse the repository at this point in the history
  • Loading branch information
Perlkonig committed Apr 28, 2024
1 parent 995a6a0 commit d8d7a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/playground.html
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@
var notes = document.getElementById("ccNotes");
bg.value = "#222";
fill.value = "#e6f2f2";
strokes.value = "#e6f2f2";
strokes.value = "#6d6d6d";
borders.value = "#000";
labels.value = "#009fbf";
notes.value = "#99cccc";
Expand Down

0 comments on commit d8d7a41

Please sign in to comment.