From 844b77c2e89cdeb372407a9421e4a67a596383ed Mon Sep 17 00:00:00 2001 From: Nikita Krupin Date: Mon, 21 Mar 2022 17:49:23 -0400 Subject: [PATCH] whoops light theme default back --- NUXT/nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NUXT/nuxt.config.js b/NUXT/nuxt.config.js index 1be6db5..994540d 100644 --- a/NUXT/nuxt.config.js +++ b/NUXT/nuxt.config.js @@ -55,7 +55,7 @@ export default { vuetify: { customVariables: ['~/assets/variables.scss'], theme: { - dark: true, + dark: false, options: { customProperties: true }, themes: { light: {