diff --git a/client/client-app.js b/client/client-app.js index 62cf5a4f..45cae772 100644 --- a/client/client-app.js +++ b/client/client-app.js @@ -196,7 +196,10 @@ let bootstrap = () => { store, i18n, vuetify: new Vuetify({ - rtl: siteConfig.rtl + rtl: siteConfig.rtl, + theme: { + dark: siteConfig.darkMode + } }) }) diff --git a/client/components/admin.vue b/client/components/admin.vue index ec3a316a..a2ac2565 100644 --- a/client/components/admin.vue +++ b/client/components/admin.vue @@ -1,5 +1,5 @@