1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-24 23:23:09 +00:00

add className 'searchInput'

This commit is contained in:
Sosuke Suzuki
2017-05-30 18:54:13 +09:00
parent 2364348df4
commit 10e75041e8
2 changed files with 2 additions and 1 deletions

View File

@@ -218,6 +218,7 @@ class TopBar extends React.Component {
onChange={(e) => this.handleSearchChange(e)}
placeholder='Search'
type='text'
className='searchInput'
/>
</div>
{this.state.search > 0 &&