Change error link colour in AccountSettings::showConnectionLabel

Signed-off-by: Michael Schuster <michael@schuster.ms>
This commit is contained in:
Michael Schuster 2019-12-19 19:31:42 +01:00 committed by Michael Schuster
parent 6adfff1f13
commit 3b580eeca7

View 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);