Explorar o código

Change the background color of Stage Complete to yuzu blue

James Rowe %!s(int64=7) %!d(string=hai) anos
pai
achega
636cc2a496
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/yuzu/loading_screen.cpp

+ 1 - 1
src/yuzu/loading_screen.cpp

@@ -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;