Skip to content

Commit

Permalink
GH-22 - Changed delete character to icon in config settings component (
Browse files Browse the repository at this point in the history
…#23)

* Changed delete character to icon in config settings component

* Linting

* Updated font size for delete icon
  • Loading branch information
marianunez authored Mar 19, 2020
1 parent a1586f0 commit a36ac72
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export default class CustomAttribute extends React.Component {
style={styles.deleteIcon}
onClick={this.handleDelete}
>
{'\u2296'}
<i className='fa fa-trash'/>
</a>
</div>
);
Expand Down Expand Up @@ -189,7 +189,7 @@ const styles = {
width: '24px',
color: '#DB1C34',
fontFamily: 'material',
fontSize: '32px',
fontSize: '20px',
lineHeight: '32px',
margin: '0 0 0 -12px',
},
Expand Down

0 comments on commit a36ac72

Please sign in to comment.