fix(tree): switcher icon color transition

This commit is contained in:
07akioni 2020-11-14 15:52:11 +08:00
parent 862e35a376
commit 82479c4c58

View File

@ -73,8 +73,7 @@ export default c([
height: 14px; height: 14px;
width: 14px; width: 14px;
font-size: 14px; font-size: 14px;
fill: ${arrowColor}; color: ${arrowColor};
stroke: ${arrowColor};
` `
}, [ }, [
iconSwitchTransition() iconSwitchTransition()