Fix broken activity icon and loading entries colour in unified search

Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
This commit is contained in:
Claudio Cambra 2022-03-29 10:44:17 +02:00 коммит произвёл Matthieu Gallien (Rebase PR Action)
Родитель 114abf552f
Коммит a2e1c68c26
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -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"
}

Просмотреть файл

@ -115,6 +115,7 @@
<file>theme/black/state-warning-64.png</file>
<file>theme/black/state-warning-128.png</file>
<file>theme/black/state-warning-256.png</file>
<file>theme/white/activity.svg</file>
<file>theme/white/bell.svg</file>
<file>theme/white/calendar.svg</file>
<file>theme/white/change.svg</file>