diff --git a/app/renderer/components/main/findbar.js b/app/renderer/components/main/findbar.js index 65b23e0c34e..5bac14fb4d1 100644 --- a/app/renderer/components/main/findbar.js +++ b/app/renderer/components/main/findbar.js @@ -227,10 +227,10 @@ class FindBar extends React.Component { if (this.props.backgroundColor) { findBarStyle = { background: this.props.backgroundColor, - color: this.textColor + color: this.props.textColor } findBarTextStyle = { - color: this.textColor + color: this.props.textColor } }