diff options
Diffstat (limited to 'framework/qml/MailListView.qml')
-rw-r--r-- | framework/qml/MailListView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/MailListView.qml b/framework/qml/MailListView.qml index 3569b0c3..f26041c2 100644 --- a/framework/qml/MailListView.qml +++ b/framework/qml/MailListView.qml | |||
@@ -251,7 +251,7 @@ FocusScope { | |||
251 | visible: !delegateRoot.hovered | 251 | visible: !delegateRoot.hovered |
252 | text: Qt.formatDateTime(model.date, "dd MMM yyyy") | 252 | text: Qt.formatDateTime(model.date, "dd MMM yyyy") |
253 | font.italic: true | 253 | font.italic: true |
254 | color: Kube.Colors.disabledTextColor | 254 | color: !delegateRoot.highlighted ? Kube.Colors.disabledTextColor : delegateRoot.textColor |
255 | font.pointSize: Kube.Units.tinyFontSize | 255 | font.pointSize: Kube.Units.tinyFontSize |
256 | } | 256 | } |
257 | 257 | ||