mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 20:19:44 +08:00
test
This commit is contained in:
parent
77005aa84e
commit
d5e55e365d
@ -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" />
|
||||
);
|
||||
}
|
||||
}
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user