diff --git a/touch/PLabel.qml b/touch/PLabel.qml index dfdced6..a12f922 100644 --- a/touch/PLabel.qml +++ b/touch/PLabel.qml @@ -27,5 +27,6 @@ Text { font.family: Constants.font color: Constants.colors.text onLinkActivated: Qt.openUrlExternally(link) + linkColor: Constants.colors.highlight }