1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-06-15 00:05:15 +02:00

Theme toggler (#136)

Add toggler to change theme (light, dark, auto)
This commit is contained in:
Júnior Messias
2023-06-30 02:13:12 -03:00
committed by GitHub
parent 70b604e028
commit 4cfde7f947
4 changed files with 146 additions and 1 deletions

View File

@ -3,5 +3,6 @@ import App from './App.vue';
import "./assets/styles.scss";
import "../../node_modules/bootstrap-icons/font/bootstrap-icons.scss";
import "bootstrap";
import "./color-modes";
createApp(App).mount('#app');