Swap text colors when entry is highlighted

pull/1/head
Grégory Oestreicher 2016-12-16 16:39:58 +01:00
parent 742e7ff65e
commit 2b47295e1d
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ Page {
anchors.centerIn: parent
text: model.unread
font.pixelSize: Theme.fontSizeSmall
color: listEntry.highlighted ? Theme.highlightBackgroundColor : Theme.primaryColor
}
}