mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-24 23:23:09 +00:00
add className 'searchInput'
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user