mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 02:59:04 +08:00
fix treeselect clear icon
This commit is contained in:
parent
c76a90b2b7
commit
a4bc1f6b63
@ -96,7 +96,7 @@ export default class TreeSelect extends React.Component<TreeSelectProps, any> {
|
||||
);
|
||||
|
||||
const clearIcon = (
|
||||
<Icon type="close-circle" className={`${prefixCls}-clear-icon`} />
|
||||
<Icon type="close-circle" className={`${prefixCls}-clear-icon`} theme="filled" />
|
||||
);
|
||||
|
||||
return (
|
||||
|
@ -39,7 +39,7 @@
|
||||
"react-dom": ">=16.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ant-design/icons": "~1.1.4",
|
||||
"@ant-design/icons": "~1.1.5",
|
||||
"@ant-design/icons-react": "~1.1.1",
|
||||
"array-tree-filter": "^2.0.0",
|
||||
"babel-runtime": "6.x",
|
||||
|
Loading…
Reference in New Issue
Block a user