feat(app): enable semi-dark vertical navigation sidebar
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -53,7 +53,7 @@ export const { themeConfig, layoutConfig } = defineThemeConfig({
|
|||||||
verticalNav: {
|
verticalNav: {
|
||||||
isVerticalNavCollapsed: false,
|
isVerticalNavCollapsed: false,
|
||||||
defaultNavItemIconProps: { icon: 'tabler-circle' },
|
defaultNavItemIconProps: { icon: 'tabler-circle' },
|
||||||
isVerticalNavSemiDark: false,
|
isVerticalNavSemiDark: true,
|
||||||
},
|
},
|
||||||
horizontalNav: {
|
horizontalNav: {
|
||||||
type: 'sticky',
|
type: 'sticky',
|
||||||
|
|||||||
Reference in New Issue
Block a user