mirror of https://github.com/laurent22/joplin.git
Desktop: Fixed search bar text not visible in dark mode
parent
79f5bcd2fc
commit
c63d8a70b8
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue