fix styles

This commit is contained in:
pa
2026-01-18 17:06:16 +09:00
committed by Natsumi
parent c326e4fd3e
commit 1de16dc699
40 changed files with 370 additions and 601 deletions

View File

@@ -76,7 +76,7 @@ export const createColumns = ({ onLookupUser }) => [
const original = row.original;
return (
<span
class="x-link"
class=" cursor-pointer"
onClick={(event) => {
event.stopPropagation();
onLookupUser?.(original);