summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 {
56 56
57constexpr const char* PROGRESSBAR_STYLE_COMPLETE = R"( 57constexpr const char* PROGRESSBAR_STYLE_COMPLETE = R"(
58QProgressBar { 58QProgressBar {
59 background-color: black; 59 background-color: #0ab9e6;
60 border: 2px solid white; 60 border: 2px solid white;
61 border-radius: 4px; 61 border-radius: 4px;
62 padding: 2px; 62 padding: 2px;