Swap text colors when entry is highlighted
parent
742e7ff65e
commit
2b47295e1d
|
@ -116,6 +116,7 @@ Page {
|
|||
anchors.centerIn: parent
|
||||
text: model.unread
|
||||
font.pixelSize: Theme.fontSizeSmall
|
||||
color: listEntry.highlighted ? Theme.highlightBackgroundColor : Theme.primaryColor
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue