style(matrix): move the worked-with-this-call dot in from the corner
This commit is contained in:
@@ -100,7 +100,7 @@ const LEGEND: { swatch: string; ring?: boolean; mark?: boolean; label: string }[
|
|||||||
// five cell colours instead of needing a colour per case.
|
// five cell colours instead of needing a colour per case.
|
||||||
function CallMark() {
|
function CallMark() {
|
||||||
return (
|
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" />
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user