diff --git a/qml/components/WebPagePreview.qml b/qml/components/WebPagePreview.qml index efd4ced..b1c9275 100644 --- a/qml/components/WebPagePreview.qml +++ b/qml/components/WebPagePreview.qml @@ -93,6 +93,7 @@ Column { visible: (rawText !== "") readonly property int defaultMaxLineCount: 3 maxLineCount: defaultMaxLineCount + linkColor: Theme.highlightColor onLinkActivated: { Functions.handleLink(link); }