Skip to content

Commit

Permalink
fix(dark-theme): bgcolor of selected tree node in dark theme
Browse files Browse the repository at this point in the history
修复tree的被选中节点的背景颜色在黑暗模式下不正确的问题

fixed: #949
  • Loading branch information
mynetfan committed Jul 21, 2021
1 parent 32d64db commit 8cf004a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- **ApiTreeSelect** 修复未能正确监听`params`变化的问题
- **BasicTable** 修复可编辑单元格不支持`ellipsis`配置的问题
- **ImgRotateDragVerify** 修复组件`resume`方法无法调用的问题
- **Dark Theme** 修复 tree 组件被选中节点的背景颜色

## 2.6.1(2021-07-19)

Expand Down
1 change: 1 addition & 0 deletions build/vite/plugin/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
}),
];
Expand Down

0 comments on commit 8cf004a

Please sign in to comment.