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

@ -154,7 +154,7 @@
:text="row.data.name"
:length="30"
tag="span"
class="font-medium text-primary-500 flex flex-col"
class="font-medium text-primary-500 flex flex-col dark:text-primary-400"
/>
<BaseText
:text="row.data.contact_name ? row.data.contact_name : ''"