This commit is contained in:
Viet An
2026-06-18 11:57:37 +07:00
parent 5302e685a4
commit 8b07ab4e65
34 changed files with 90 additions and 65 deletions

View File

@@ -60,7 +60,7 @@
<div class="has-text-centered py-6">
<Mail
:size="64"
class="has-text-grey-light mb-4"
class="has-text-grey-70 mb-4"
/>
<p class="title is-5">No emails sent yet</p>
<p class="subtitle is-6">Sent emails will appear here</p>

View File

@@ -49,7 +49,7 @@
@click="handleRowClick(item.email, item.name, item.id)"
>
<td class="has-text-weight-medium">{{ item.name }}</td>
<td class="has-text-grey-dark">{{ item.email }}</td>
<td class="has-text-grey-30">{{ item.email }}</td>
</tr>
</template>
</tbody>