Add StarButton to player

This commit is contained in:
Deluan
2020-08-24 19:38:29 -04:00
committed by Deluan Quintão
parent 4d60f72b7e
commit b18e3289fb
3 changed files with 35 additions and 1 deletions
+1
View File
@@ -71,6 +71,7 @@ StarButton.defaultProps = {
record: {},
visible: true,
size: 'small',
color: 'inherit',
}
export default StarButton