From d433a99e10edce41cf052197dbbf8f90ddf7cf01 Mon Sep 17 00:00:00 2001 From: "nasir@endelospay.com" Date: Wed, 12 Jun 2024 03:20:25 +0500 Subject: [PATCH] fix --- themeConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themeConfig.js b/themeConfig.js index 33efe34..b3bcc56 100644 --- a/themeConfig.js +++ b/themeConfig.js @@ -13,7 +13,7 @@ export const { themeConfig, layoutConfig } = defineThemeConfig({ title: '', // ❗ if you have SVG logo and want it to adapt according to theme color, you have to apply color as `color: rgb(var(--v-global-theme-primary))` - logo: h('div', { innerHTML: `Logo` }), + logo: h('div', { innerHTML: `Logo` }), contentWidth: ContentWidth.Boxed, contentLayoutNav: AppContentLayoutNav.Vertical, overlayNavFromBreakpoint: breakpointsVuetify.md + 16, // 16 for scrollbar. Docs: https://next.vuetifyjs.com/en/features/display-and-platform/