diff --git a/src/libsync/account.h b/src/libsync/account.h index 7a2655151f9b..1c44b7144326 100644 --- a/src/libsync/account.h +++ b/src/libsync/account.h @@ -410,7 +410,7 @@ protected Q_SLOTS: Capabilities _capabilities; QString _serverVersion; QColor _serverColor = Theme::defaultColor(); - QColor _serverTextColor = QColor(255, 255, 255); + QColor _serverTextColor = QColorConstants::White; bool _skipE2eeMetadataChecksumValidation = false; QScopedPointer _sslErrorHandler; QSharedPointer _am;