Change the background color of Stage Complete to yuzu blue

This commit is contained in:
James Rowe 2019-01-20 19:14:14 -07:00
parent ea73ffe202
commit 636cc2a496

View file

@ -56,7 +56,7 @@ QProgressBar::chunk {
constexpr const char* PROGRESSBAR_STYLE_COMPLETE = R"(
QProgressBar {
background-color: black;
background-color: #0ab9e6;
border: 2px solid white;
border-radius: 4px;
padding: 2px;