This commit is contained in:
Your Name
2024-02-05 16:25:47 -06:00
parent 7949e90b75
commit 2964ede91a
6 changed files with 56 additions and 15 deletions

View File

@@ -88,7 +88,7 @@ Spinner::Spinner(QWidget *parent) : QWidget(parent) {
}
QProgressBar::chunk {
border-radius: 10px;
background-color: rgba(23, 134, 68, 255);
background-color: rgba(179, 0, 0, 255);
}
)");