[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
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

View file

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