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

@ -9,7 +9,7 @@ export default {
<template>
<div class="loader" v-if="loading > 0">
<div class="d-flex justify-content-center align-items-center h-100">
<div class="spinner-border text-secondary" role="status">
<div class="spinner-border text-muted" role="status">
<span class="visually-hidden">Loading...</span>
</div>
</div>