Make progressbar label brighter

This commit is contained in:
Andrey Cherepanov 2019-06-14 17:56:39 +03:00 committed by Alexey Shabalin
parent d16016cb39
commit 5b21c7e1d6

View File

@ -90,6 +90,8 @@ AWizardFaceStepList {
*/
QProgressBar {
font-weight: bold;
color: #3892D4;
background: white;
border: 1px solid #b8b2ad;
}