fix(dark-theme): bgcolor of selected tree node in dark theme

修复tree的被选中节点的背景颜色在黑暗模式下不正确的问题

fixed: #949
This commit is contained in:
无木
2021-07-21 20:32:44 +08:00
parent 32d64dbe81
commit 8cf004a5f5
2 changed files with 2 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ export function configThemePlugin(isBuild: boolean): Plugin[] {
// 'border-color-split': '#30363d',
'item-active-bg': '#111b26',
'app-content-background': 'rgb(255 255 255 / 4%)',
'tree-node-selected-bg': '#11263c',
},
}),
];