From 70e8df5cc232c5c69d9e376a3c3b23f28e388901 Mon Sep 17 00:00:00 2001 From: Anthony Laibe Date: Fri, 9 Jul 2021 09:50:16 +0100 Subject: [PATCH] fix(@desktop/chat): update color of close suggestion to be lighter --- ui/app/AppLayouts/Chat/ContactsColumn/EmptyView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Chat/ContactsColumn/EmptyView.qml b/ui/app/AppLayouts/Chat/ContactsColumn/EmptyView.qml index 6571102d8f..579449bc45 100644 --- a/ui/app/AppLayouts/Chat/ContactsColumn/EmptyView.qml +++ b/ui/app/AppLayouts/Chat/ContactsColumn/EmptyView.qml @@ -51,7 +51,7 @@ Rectangle { anchors.rightMargin: 10 icon.height: 20 icon.width: 20 - iconColor: Style.current.darkGrey + iconColor: Style.current.midGrey } MouseArea {