Made progress bars more legible in dark mode

This commit is contained in:
LillyJadeKatrin 2024-06-27 00:02:39 -04:00
parent 56e1c23413
commit 0615db9e2e

View file

@ -493,3 +493,10 @@ QTableCornerButton::section {
border-left: 0px;
border-bottom: 0px;
}
QProgressBar {
border: 2px solid grey;
border-radius: 5px;
background-color: #202020;
}