Browse Source

fix treeselect clear icon

pull/11809/merge
HeskeyBaozi 6 years ago
committed by 偏右
parent
commit
a4bc1f6b63
  1. 2
      components/tree-select/index.tsx
  2. 2
      package.json

2
components/tree-select/index.tsx

@ -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 (

2
package.json

@ -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…
Cancel
Save