Browse Source

test

pull/12004/head
HeskeyBaozi 6 years ago
committed by 偏右
parent
commit
d5e55e365d
  1. 2
      components/tree/Tree.tsx
  2. 2
      package.json

2
components/tree/Tree.tsx

@ -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" />
);
}
}

2
package.json

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