chore: text color change

This commit is contained in:
Shariq Ansari 2024-06-26 21:26:56 +05:30
parent b9b57066cd
commit 24b7b49068
2 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,7 @@
<template #actions="{ itemName }">
<div class="flex gap-2 items-center justify-between">
<div class="text-gray-500 flex items-center gap-1.5">
<div class="text-gray-600 flex items-center gap-1.5">
<EmailAtIcon class="h-4 w-4" />
<span v-if="getRow(itemName, '_email_count').label">
{{ getRow(itemName, '_email_count').label }}

View File

@ -195,7 +195,7 @@
</template>
<template #actions="{ itemName }">
<div class="flex gap-2 items-center justify-between">
<div class="text-gray-500 flex items-center gap-1.5">
<div class="text-gray-600 flex items-center gap-1.5">
<EmailAtIcon class="h-4 w-4" />
<span v-if="getRow(itemName, '_email_count').label">
{{ getRow(itemName, '_email_count').label }}