fix(dark-theme): fixed TreeSelect & DatePicker theme

修复黑暗主题下的组件样式

fixed: #955
This commit is contained in:
无木
2021-07-23 00:35:40 +08:00
parent d3f08e37c5
commit d1e0e8bcea
2 changed files with 12 additions and 1 deletions

View File

@@ -37,4 +37,12 @@ html[data-theme='light'] {
box-shadow: 1px 0 0 0 #434343, 0 1px 0 0 #434343, 1px 1px 0 0 #434343, 1px 0 0 0 #434343 inset,
0 1px 0 0 #434343 inset;
}
.ant-calendar-selected-day .ant-calendar-date {
color: rgba(0, 0, 0, 0.8);
}
.ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
color: rgba(0, 0, 0, 0.9);
}
}