diff --git a/qml/ttrss/ubuntu-touch/FeedItem.qml b/qml/ttrss/ubuntu-touch/FeedItem.qml index b2021ed..fd7cfbf 100644 --- a/qml/ttrss/ubuntu-touch/FeedItem.qml +++ b/qml/ttrss/ubuntu-touch/FeedItem.qml @@ -96,7 +96,7 @@ Item { width: parent.width text: parseContent(root.content, root.attachments) fontSize: settings.webviewFontSize - color: Theme.palette.selected.baseText + color: theme.palette.normal.foregroundText onLinkActivated: Qt.openUrlExternally(link) onPressAndHold: { var url = link ? link : root.url diff --git a/qml/ttrss/ubuntu-touch/FeedItemSwipe.qml b/qml/ttrss/ubuntu-touch/FeedItemSwipe.qml index 052c20a..52af74e 100644 --- a/qml/ttrss/ubuntu-touch/FeedItemSwipe.qml +++ b/qml/ttrss/ubuntu-touch/FeedItemSwipe.qml @@ -93,7 +93,7 @@ Page { Rectangle { anchors.fill: parent - color: Theme.palette.normal.overlay + color: theme.palette.normal.overlay ToolbarItems { anchors.fill: parent ToolbarButton {