mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
fix: ui
This commit is contained in:
@ -281,9 +281,9 @@ export const ManagePublicTemplateDialog = ({
|
|||||||
|
|
||||||
<TableCell>
|
<TableCell>
|
||||||
{selectedTemplateId === row.id ? (
|
{selectedTemplateId === row.id ? (
|
||||||
<CheckCircle2Icon className="h-5 w-5 text-neutral-600" />
|
<CheckCircle2Icon className="h-5 w-5 text-neutral-600 dark:text-neutral-200" />
|
||||||
) : (
|
) : (
|
||||||
<CircleIcon className="h-5 w-5 text-neutral-300" />
|
<CircleIcon className="h-5 w-5 text-neutral-300 dark:text-neutral-600" />
|
||||||
)}
|
)}
|
||||||
</TableCell>
|
</TableCell>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
|
|||||||
Reference in New Issue
Block a user