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/