Signed-off-by: Yuhang Zhao <2546789017@qq.com>
This commit is contained in:
Yuhang Zhao 2022-03-14 16:38:19 +08:00
parent b9cb70b3ac
commit c0b403f7b3
1 changed files with 1 additions and 1 deletions

View File

@ -732,7 +732,7 @@ QColor Utilities::getFrameBorderColor(const bool active)
return (dark ? QColor(QStringLiteral("#4d4d4d")) : QColor(Qt::white)); return (dark ? QColor(QStringLiteral("#4d4d4d")) : QColor(Qt::white));
} }
} else { } else {
return (dark ? QColor(QStringLiteral("#575959")) : QColor(QStringLiteral("#b3b3b3"))); return (dark ? QColor(QStringLiteral("#575959")) : QColor(QStringLiteral("#a6a6a6")));
} }
} }