changed Icon and color on App Card

This commit is contained in:
Jayasanka 2019-05-02 11:16:21 +05:30
parent 89cf25432e
commit 20b13d1512

View File

@ -44,7 +44,7 @@ class ConnectedAppCard extends React.Component {
);
return (
<Card style={{marginTop: 16 }} actions={[<Icon type="edit" />, <Icon type="close" />, <Icon type="ellipsis" onClick={this.handleReleasesClick} />]}>
<Card style={{marginTop: 16 }} actions={[<Icon type="edit" />, <Icon type="delete" />, <Icon type="appstore" theme="twoTone" onClick={this.handleReleasesClick} />]}>
<Meta
avatar={<Avatar src={icon} />}
title={this.props.name}