style(matrix): move the worked-with-this-call dot in from the corner

This commit is contained in:
2026-08-27 09:01:31 +02:00
parent 965ed4c792
commit b3547364d4
+1 -1
View File
@@ -100,7 +100,7 @@ const LEGEND: { swatch: string; ring?: boolean; mark?: boolean; label: string }[
// five cell colours instead of needing a colour per case.
function CallMark() {
return (
<span className="pointer-events-none absolute top-[2px] right-[2px] size-[5px] rounded-full bg-foreground ring-1 ring-background" />
<span className="pointer-events-none absolute top-[4px] right-[4px] size-[5px] rounded-full bg-foreground ring-1 ring-background" />
);
}