From de4684abc02c836e1b4bebbefb528cf6f71a038e Mon Sep 17 00:00:00 2001 From: Alberto Mardegan Date: Thu, 21 Apr 2016 00:11:39 +0300 Subject: [PATCH] [ubuntu] Make use the correct palette colors are used Fixes: https://github.com/mardy/ttrss/issues/8 --- qml/ttrss/ubuntu-touch/FeedItem.qml | 2 +- qml/ttrss/ubuntu-touch/FeedItemSwipe.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {