diff --git a/ElectronClient/app/gui/NoteSearchBar.jsx b/ElectronClient/app/gui/NoteSearchBar.jsx index c9a2956e39..4d4d6d36a2 100644 --- a/ElectronClient/app/gui/NoteSearchBar.jsx +++ b/ElectronClient/app/gui/NoteSearchBar.jsx @@ -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}