diff --git a/components/qtmaterialautocomplete.cpp b/components/qtmaterialautocomplete.cpp index a34b48c..e12c09d 100644 --- a/components/qtmaterialautocomplete.cpp +++ b/components/qtmaterialautocomplete.cpp @@ -105,6 +105,7 @@ void QtMaterialAutoComplete::updateResults(QString text) item->setCornerRadius(0); item->setHaloVisible(false); item->setFixedHeight(50); + item->setOverlayStyle(Material::TintedOverlay); d->menuLayout->addWidget(item); item->installEventFilter(this); }