From 61c7c0bfa1ee35dea78890870c0fd32c442152c2 Mon Sep 17 00:00:00 2001 From: molan-git <59296158+molan-git@users.noreply.github.com> Date: Thu, 16 Jan 2020 17:38:21 +0000 Subject: [PATCH] Updated Settings.qml Small changes in text colouring. --- qml/pages/Settings.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qml/pages/Settings.qml b/qml/pages/Settings.qml index 5f5c319..eab3119 100644 --- a/qml/pages/Settings.qml +++ b/qml/pages/Settings.qml @@ -91,8 +91,8 @@ Page { width: parent.width - ( 2 * Theme.horizontalPageMargin ) text: qsTr("This application is a forked version of the Mastodon client Tooter, originally developed by Duško Angirević, which fixes various bugs. Source code on GitHub.") font.pixelSize: Theme.fontSizeExtraSmall - linkColor: Theme.highlightColor - color: Theme.primaryColor + color: Theme.secondaryColor + linkColor: Theme.secondaryHighlightColor wrapMode: Text.Wrap anchors { horizontalCenter: parent.horizontalCenter