Desktop: Fixed search bar text not visible in dark mode

pull/2556/head
Laurent Cozic 2020-02-14 00:57:20 +00:00
parent 79f5bcd2fc
commit c63d8a70b8
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ class NoteSearchBarComponent extends React.Component {
onKeyDown={this.searchInput_keyDown}
ref="searchInput"
type="text"
style={{ width: 200, marginRight: 5, backgroundColor: this.backgroundColor }}
style={{ width: 200, marginRight: 5, backgroundColor: this.backgroundColor, color: theme.color }}
/>
{nextButton}
{previousButton}