From ab3e26edfc8afe8e78a2e79010b0459148e498a3 Mon Sep 17 00:00:00 2001 From: "bert.hausmans" Date: Mon, 13 Apr 2026 23:16:35 +0200 Subject: [PATCH] feat(app): enable semi-dark vertical navigation sidebar Co-Authored-By: Claude Opus 4.6 --- apps/app/themeConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app/themeConfig.ts b/apps/app/themeConfig.ts index c56c324f..c91a0f2a 100644 --- a/apps/app/themeConfig.ts +++ b/apps/app/themeConfig.ts @@ -53,7 +53,7 @@ export const { themeConfig, layoutConfig } = defineThemeConfig({ verticalNav: { isVerticalNavCollapsed: false, defaultNavItemIconProps: { icon: 'tabler-circle' }, - isVerticalNavSemiDark: false, + isVerticalNavSemiDark: true, }, horizontalNav: { type: 'sticky',