[ubuntu] Make use the correct palette colors are used

Fixes: https://github.com/mardy/ttrss/issues/8
This commit is contained in:
Alberto Mardegan 2016-04-21 00:11:39 +03:00
parent 992d40dcb2
commit de4684abc0
2 changed files with 2 additions and 2 deletions

View file

@ -96,7 +96,7 @@ Item {
width: parent.width width: parent.width
text: parseContent(root.content, root.attachments) text: parseContent(root.content, root.attachments)
fontSize: settings.webviewFontSize fontSize: settings.webviewFontSize
color: Theme.palette.selected.baseText color: theme.palette.normal.foregroundText
onLinkActivated: Qt.openUrlExternally(link) onLinkActivated: Qt.openUrlExternally(link)
onPressAndHold: { onPressAndHold: {
var url = link ? link : root.url var url = link ? link : root.url

View file

@ -93,7 +93,7 @@ Page {
Rectangle { Rectangle {
anchors.fill: parent anchors.fill: parent
color: Theme.palette.normal.overlay color: theme.palette.normal.overlay
ToolbarItems { ToolbarItems {
anchors.fill: parent anchors.fill: parent
ToolbarButton { ToolbarButton {