changes
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user