From a2e1c68c266edb75e535e004c486c3bd0529a5ae Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Tue, 29 Mar 2022 10:44:17 +0200 Subject: [PATCH] Fix broken activity icon and loading entries colour in unified search Signed-off-by: Claudio Cambra --- src/gui/tray/Window.qml | 4 ++-- theme.qrc.in | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/gui/tray/Window.qml b/src/gui/tray/Window.qml index 53cfda8a1..2b4ef3f8a 100644 --- a/src/gui/tray/Window.qml +++ b/src/gui/tray/Window.qml @@ -697,8 +697,8 @@ Window { itemHeight: trayWindowBackground.Style.unifiedSearchItemHeight titleFontSize: trayWindowBackground.Style.unifiedSearchResulTitleFontSize sublineFontSize: trayWindowBackground.Style.unifiedSearchResulSublineFontSize - titleColor: trayWindowBackground.Style.unifiedSearchResulTitleColor - sublineColor: trayWindowBackground.Style.unifiedSearchResulSublineColor + titleColor: Style.ncTextColor + sublineColor: Style.ncSecondaryTextColor iconColor: "#afafaf" } diff --git a/theme.qrc.in b/theme.qrc.in index 6f42f5221..512dd3508 100644 --- a/theme.qrc.in +++ b/theme.qrc.in @@ -115,6 +115,7 @@ theme/black/state-warning-64.png theme/black/state-warning-128.png theme/black/state-warning-256.png + theme/white/activity.svg theme/white/bell.svg theme/white/calendar.svg theme/white/change.svg -- 2.30.2