Skip to content

Commit

Permalink
fix: color idxs the same
Browse files Browse the repository at this point in the history
  • Loading branch information
xnought committed Oct 3, 2024
1 parent 2512f8b commit 5510b4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,8 @@
{idxs}
/>
<text x={qvisX} y={qvisY + 18 + qvisSquare} class="code"
>idxs <tspan class="qcode min">(closest codes)</tspan></text
><TSpanIdxs />
{" "}<tspan class="qcode min">(closest codes)</tspan></text
>
{/if}

Expand Down

0 comments on commit 5510b4c

Please sign in to comment.