fix sidebar and table data link in dark mode color

This commit is contained in:
yashkanakiya
2023-08-18 12:47:21 +05:30
parent f4bc78ce98
commit a03d4138fd
14 changed files with 17 additions and 17 deletions

View File

@ -153,7 +153,7 @@
<template #cell-name="{ row }">
<router-link
:to="{ path: `items/${row.data.id}/edit` }"
class="font-medium text-primary-500"
class="font-medium text-primary-500 dark:text-primary-400"
>
{{ row.data.name }}
</router-link>