This commit is contained in:
HeskeyBaozi 2018-09-02 23:24:04 +08:00 committed by 偏右
parent 77005aa84e
commit d5e55e365d
2 changed files with 2 additions and 2 deletions

View File

@ -187,7 +187,7 @@ export default class Tree extends React.Component<TreeProps, any> {
return null;
}
return (
<Icon type="caret-down" className={`${prefixCls}-switcher-icon`} />
<Icon type="caret-down" className={`${prefixCls}-switcher-icon`} theme="filled" />
);
}
}

View File

@ -39,7 +39,7 @@
"react-dom": ">=16.0.0"
},
"dependencies": {
"@ant-design/icons": "~1.0.0-alpha.5",
"@ant-design/icons": "^1.0.0-beta.4",
"@ant-design/icons-react": "~1.0.0-alpha.6",
"array-tree-filter": "^2.0.0",
"babel-runtime": "6.x",