summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/yuzu/loading_screen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/loading_screen.cpp b/src/yuzu/loading_screen.cpp
index 9ce606863..ae4d4a249 100644
--- a/src/yuzu/loading_screen.cpp
+++ b/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;