From c63d8a70b8bb45049058baa545a9c83de4fb1ae8 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Fri, 14 Feb 2020 00:57:20 +0000 Subject: [PATCH] Desktop: Fixed search bar text not visible in dark mode --- ElectronClient/app/gui/NoteSearchBar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}