Change error link colour in AccountSettings::showConnectionLabel
authorMichael Schuster <michael@schuster.ms>
Thu, 19 Dec 2019 18:31:42 +0000 (19:31 +0100)
committerMichael Schuster <48932272+misch7@users.noreply.github.com>
Thu, 19 Dec 2019 21:07:30 +0000 (22:07 +0100)
Signed-off-by: Michael Schuster <michael@schuster.ms>
src/gui/accountsettings.cpp

index 843dab5ba4df324d751b047f501cfedc02d5a8ff..3c62c3231ed33f86b712739cdd14cff8e51aac03 100644 (file)
@@ -845,7 +845,7 @@ void AccountSettings::showConnectionLabel(const QString &message, QStringList er
         errors.prepend(message);
         QString msg = errors.join(QLatin1String("\n"));
         qCDebug(lcAccountSettings) << msg;
-        Theme::replaceLinkColorStringBackgroundAware(msg, QColor("#bb4d4d"));
+        Theme::replaceLinkColorString(msg, QColor("#c1c8e6"));
         ui->connectLabel->setText(msg);
         ui->connectLabel->setToolTip(QString());
         ui->connectLabel->setStyleSheet(errStyle);