diff --git a/src/suyu/loading_screen.cpp b/src/suyu/loading_screen.cpp
index 6846ef94f0..116e4bccd7 100644
--- a/src/suyu/loading_screen.cpp
+++ b/src/suyu/loading_screen.cpp
@@ -36,7 +36,6 @@ QProgressBar {
}
QProgressBar::chunk {
background-color: white;
- width: 1px;
})";
constexpr char PROGRESSBAR_STYLE_COMPLETE[] = R"(
diff --git a/src/suyu/loading_screen.ui b/src/suyu/loading_screen.ui
index edbd518710..bf409e8174 100644
--- a/src/suyu/loading_screen.ui
+++ b/src/suyu/loading_screen.ui
@@ -99,19 +99,19 @@ font: 500 20pt "Ubuntu";
500
- 40
+ 30
QProgressBar {
-color: white;
+background-color: black;
border: 2px solid white;
-outline-color: black;
-border-radius: 15px;
+border-radius: 10px;
+padding: 2px;
}
QProgressBar::chunk {
background-color: white;
-border-radius: 10px;
+border-radius: 6px;
}