1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-12-05 23:18:34 +02:00

UI: Theme toggler - auto, light and dark themes

This commit is contained in:
Ralph Slooten
2023-06-30 22:42:09 +12:00
parent 497086cb65
commit 7748846b88
12 changed files with 211 additions and 212 deletions

View File

@@ -1,5 +1,5 @@
<script>
import commonMixins from '../mixins.js';
import commonMixins from '../mixins.js'
export default {
props: {
@@ -12,7 +12,7 @@ export default {
<template>
<div class="card mt-4">
<div class="card-body text-muted small">
<div class="card-body text-body-secondary small">
<p class="card-text">
<b>Message date:</b><br>
<small>{{ messageDate(message.Date) }}</small>