color adjustments

This commit is contained in:
Cássio Zen
2016-07-08 14:11:53 -03:00
parent 5cd8042819
commit 9a3a013b5b
2 changed files with 9 additions and 4 deletions

View File

@ -296,7 +296,7 @@ class FindBar extends Component {
<span><Icon type="search"/>Search... </span> :
<span className={styles.faded}><Icon type="search"/>Search for: </span>
}
{this.state.value}</span>
<strong>{this.state.value}</strong></span>
);
}
return (