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

@ -78,7 +78,7 @@
:to="{
path: `payments/${row.data.id}/view`,
}"
class="font-medium text-primary-500"
class="font-medium text-primary-500 dark:text-primary-400"
>
{{ row.data.payment_number }}
</router-link>