From 94e30f496297b6bb37103a496bb56150e9b5663a Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Mon, 20 Jul 2020 16:36:11 -0700 Subject: [PATCH] blocked contacts have normal row colors --- qml/widgets/ContactList.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/qml/widgets/ContactList.qml b/qml/widgets/ContactList.qml index c9aa3797..157f9b56 100644 --- a/qml/widgets/ContactList.qml +++ b/qml/widgets/ContactList.qml @@ -293,8 +293,6 @@ ColumnLayout { status: _status authorization: _authorization loading: _loading - rowColor: Theme.backgroundHilightElementColor - rowHilightColor: Theme.backgroundMainColor Layout.fillWidth: true } }