diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/loading_screen.cpp | 2 |
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 | ||
| 57 | constexpr const char* PROGRESSBAR_STYLE_COMPLETE = R"( | 57 | constexpr const char* PROGRESSBAR_STYLE_COMPLETE = R"( |
| 58 | QProgressBar { | 58 | QProgressBar { |
| 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; |