UI: Fix disabled text color in dark theme

This commit is contained in:
shiina424
2023-03-06 19:02:38 -03:00
committed by Georges Basile Stavracas Neto
parent b464ba8129
commit 2eb10cd94e
+1 -1
View File
@@ -89,7 +89,7 @@ QWidget {
/* Misc */
QWidget::disabled {
color: 2px solid palette(bright-text);
color: rgb(165,164,165); /* disabledText */
}
QAbstractItemView, QStackedWidget#stackedMixerArea QWidget {