mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
Change the background color of Stage Complete to yuzu blue
This commit is contained in:
parent
059ece9d03
commit
d152eea254
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue