Customize theme color

This commit is contained in:
Takeshi Kimata
2024-03-23 19:18:30 +09:00
parent 9f63f389ff
commit 3da568a4f8
6 changed files with 22 additions and 11 deletions

View File

@@ -76,6 +76,7 @@ export default function TestCaseTable({ projectId, cases, onDeleteCase }: Props)
<Link
underline="hover"
href={`/projects/${projectId}/folders/${testCase.folderId}/cases/${testCase.id}`}
className="dark:text-white"
>
{cellValue}
</Link>