1 files changed, 1 insertions, 1 deletions
diff --git a/src/TextInputWidget.cc b/src/TextInputWidget.cc
index ce208feb..62b25423 100644
--- a/src/TextInputWidget.cc
+++ b/src/TextInputWidget.cc
@@ -47,7 +47,7 @@ TextInputWidget::TextInputWidget(QWidget *parent)
setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
setCursor(Qt::ArrowCursor);
- setStyleSheet("background-color: #f8fbfe; height: 45px;");
+ setStyleSheet("background-color: #fff; height: 45px;");
topLayout_ = new QHBoxLayout();
topLayout_->setSpacing(2);
|