diff options
Diffstat (limited to 'components/package')
-rw-r--r-- | components/package/contents/ui/MailListView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/package/contents/ui/MailListView.qml b/components/package/contents/ui/MailListView.qml index 25fecba6..e7db006b 100644 --- a/components/package/contents/ui/MailListView.qml +++ b/components/package/contents/ui/MailListView.qml | |||
@@ -185,7 +185,7 @@ Item { | |||
185 | name: "hovered" | 185 | name: "hovered" |
186 | when: mouseArea.containsMouse && !mouseArea.drag.active | 186 | when: mouseArea.containsMouse && !mouseArea.drag.active |
187 | 187 | ||
188 | PropertyChanges {target: background; color: Kirigami.Theme.buttonHoverColor; opacity: 0.7} | 188 | PropertyChanges {target: background; color: KubeTheme.Colors.highlightColor; opacity: 0.7} |
189 | PropertyChanges {target: subject; color: KubeTheme.Colors.highlightedTextColor} | 189 | PropertyChanges {target: subject; color: KubeTheme.Colors.highlightedTextColor} |
190 | PropertyChanges {target: sender; color: KubeTheme.Colors.highlightedTextColor} | 190 | PropertyChanges {target: sender; color: KubeTheme.Colors.highlightedTextColor} |
191 | PropertyChanges {target: date; color: KubeTheme.Colors.highlightedTextColor} | 191 | PropertyChanges {target: date; color: KubeTheme.Colors.highlightedTextColor} |