1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-07-03 00:46:58 +02:00

Use text-muted instead of text-secondary

This commit is contained in:
Ralph Slooten
2025-05-18 10:27:59 +12:00
parent ff8b6326ab
commit a1c2690c44
6 changed files with 12 additions and 12 deletions

View File

@ -176,7 +176,7 @@ export default {
</template>
<template v-else>
<p class="text-center mt-5">
<span v-if="loadingMessages > 0" class="text-secondary">
<span v-if="loadingMessages > 0" class="text-muted">
Loading messages...
</span>
<template v-else-if="getSearch()">No results for <code>{{ getSearch() }}</code></template>