Skip to content

Commit

Permalink
Better count placement
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Tideman committed Jan 8, 2025
1 parent c1d55a2 commit 6b45e13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
{#if root?.children?.length}
<text
{x}
y={y - radius}
y={y - radius * 1.5}
class="text-center font-mono text-lg"
fill="currentColor"
text-anchor="middle"
Expand Down

0 comments on commit 6b45e13

Please sign in to comment.