From ab0fb2252ea1012b414c8143c0ff83886f069249 Mon Sep 17 00:00:00 2001 From: alisa Date: Tue, 25 Apr 2023 01:02:59 +0800 Subject: [PATCH] feat: add darkMode --- .../@core/components/ThemeSwitcher.vue | 51 +++++++++++++------ tailwind.config.js | 9 ++-- 2 files changed, 39 insertions(+), 21 deletions(-) diff --git a/src/plugins/vuetify/@core/components/ThemeSwitcher.vue b/src/plugins/vuetify/@core/components/ThemeSwitcher.vue index 41e7a677..8ed88a65 100644 --- a/src/plugins/vuetify/@core/components/ThemeSwitcher.vue +++ b/src/plugins/vuetify/@core/components/ThemeSwitcher.vue @@ -1,31 +1,52 @@