fix(project): fix sub sidebar theme in two-column menu (#7708)

- Reset light tokens for nested sub sidebars.
- Align the extra title logo theme with sidebarThemeSub.
This commit is contained in:
MistyMoon
2026-03-22 09:15:56 +08:00
committed by GitHub
parent 2a5b520ec9
commit 3528517fe0
2 changed files with 109 additions and 1 deletions

View File

@@ -373,7 +373,7 @@ const headerSlots = computed(() => {
v-if="preferences.logo.enable"
:fit="preferences.logo.fit"
:text="preferences.app.name"
:theme="theme"
:theme="sidebarThemeSub"
>
<template v-if="$slots['logo-text']" #text>
<slot name="logo-text"></slot>