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

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