feat(Rate): add @rate-icon-void-color less var

This commit is contained in:
陈嘉涵
2020-01-27 15:17:47 +08:00
parent 5c804cf920
commit f90015efe7
7 changed files with 26 additions and 27 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ export default {
| size | Icon size| *string \| number* | `20px` |
| gutter | Icon gutter | *string \| number* | `4px` |
| color | Selected color | *string* | `#ffd21e` |
| void-color | Void color | *string* | `#c7c7c7` |
| void-color | Void color | *string* | `#c8c9cc` |
| disabled-color | Disabled color | *string* | `#bdbdbd` |
| icon | Selected icon | *string* | `star` |
| void-icon | Void icon | *string* | `star-o` |