Explorar o código

Merge pull request #1396 from RytoEX/dark-theme-fixes

UI: Fix disabled items in Dark theme being too light
Jim %!s(int64=7) %!d(string=hai) anos
pai
achega
a5d740373c
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      UI/data/themes/Dark.qss

+ 3 - 3
UI/data/themes/Dark.qss

@@ -55,9 +55,9 @@ OBSTheme {
 }
 }
 
 
 OBSTheme::disabled {
 OBSTheme::disabled {
-    text: rgb(200,199,200); /* lighter */
-    buttonText: rgb(200,199,200); /* lighter */
-    brightText: rgb(200,199,200); /* lighter */
+    text: rgb(122,121,122); /* light */
+    buttonText: rgb(122,121,122); /* light */
+    brightText: rgb(122,121,122); /* light */
 }
 }
 
 
 OBSTheme::inactive {
 OBSTheme::inactive {