Merge pull request #22 from namecheap/feature/RND-546-highlight-contrast

Increase pressed button contrast
This commit is contained in:
Yurii Puchkov
2020-08-05 13:45:01 +03:00
committed by GitHub

View File

@@ -158,7 +158,7 @@ void ConfigHandler::setUIMainColor(const QColor &c) {
}
QColor ConfigHandler::uiContrastColorValue() {
QColor res = QColor(86, 0, 120);
QColor res = QColor(39, 0, 50);
if (m_settings.contains(QStringLiteral("contastUiColor"))) {
QString hex = m_settings.value(QStringLiteral("contastUiColor")).toString();