1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-14 00:19:16 +01:00

Tweak icons

This commit is contained in:
ivaosthu 2016-12-19 21:48:21 +01:00
parent 57ec329585
commit a6b872f0ad

View File

@ -143,7 +143,7 @@ class StrategyConfigure extends React.Component {
return ( return (
<Card shadow={0} style={style}> <Card shadow={0} style={style}>
<CardTitle style={{ color: '#fff', height: '65px', background: '#607d8b' }}> <CardTitle style={{ color: '#fff', height: '65px', background: '#607d8b' }}>
{ name } <Icon name="extension" />&nbsp;{ name }
</CardTitle> </CardTitle>
<CardText> <CardText>
{this.props.strategyDefinition.description} {this.props.strategyDefinition.description}
@ -156,10 +156,10 @@ class StrategyConfigure extends React.Component {
<CardMenu style={{ color: '#fff' }}> <CardMenu style={{ color: '#fff' }}>
<Link <Link
title="View / Edit stratgy" title="View strategy"
to={`/strategies/view/${name}`} to={`/strategies/view/${name}`}
style={{ color: '#fff', display: 'inline-block', verticalAlign: 'bottom', marginRight: '5px' }}> style={{ color: '#fff', display: 'inline-block', verticalAlign: 'bottom', marginRight: '5px' }}>
<Icon name="edit" /> <Icon name="link" />
</Link> </Link>
<IconButton title="Remove strategy from toggle" name="delete" onClick={this.handleRemove} /> <IconButton title="Remove strategy from toggle" name="delete" onClick={this.handleRemove} />
</CardMenu> </CardMenu>