mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 12:09:14 +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 = (
|
const clearIcon = (
|
||||||
<Icon type="close-circle" className={`${prefixCls}-clear-icon`} />
|
<Icon type="close-circle" className={`${prefixCls}-clear-icon`} theme="filled" />
|
||||||
);
|
);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
"react-dom": ">=16.0.0"
|
"react-dom": ">=16.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ant-design/icons": "~1.1.4",
|
"@ant-design/icons": "~1.1.5",
|
||||||
"@ant-design/icons-react": "~1.1.1",
|
"@ant-design/icons-react": "~1.1.1",
|
||||||
"array-tree-filter": "^2.0.0",
|
"array-tree-filter": "^2.0.0",
|
||||||
"babel-runtime": "6.x",
|
"babel-runtime": "6.x",
|
||||||
|
Loading…
Reference in New Issue
Block a user