[ubuntu] Make use the correct palette colors are used
Fixes: https://github.com/mardy/ttrss/issues/8
This commit is contained in:
parent
992d40dcb2
commit
de4684abc0
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -93,7 +93,7 @@ Page {
|
|||
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
color: Theme.palette.normal.overlay
|
||||
color: theme.palette.normal.overlay
|
||||
ToolbarItems {
|
||||
anchors.fill: parent
|
||||
ToolbarButton {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue