From e66c98d760059fbde98fac06c77d24543fd72f8b Mon Sep 17 00:00:00 2001 From: Rakantor Date: Sun, 16 Apr 2023 23:14:38 +0200 Subject: [PATCH] Remove unnecessary comment --- plugins/vuetify.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/vuetify.ts b/plugins/vuetify.ts index d3ed3f9..287c24b 100644 --- a/plugins/vuetify.ts +++ b/plugins/vuetify.ts @@ -48,7 +48,6 @@ export default defineNuxtPlugin(nuxtApp => { theme: { // customVariables: ['~/assets/variables.scss'], defaultTheme: 'myCustomDarkTheme', - // options: { customProperties: true }, themes: { myCustomDarkTheme, }