Browse Source

Fix dark-theme and arrow for add-printer-dialog. [CURA-6435]

Remco Burema 5 years ago
parent
commit
bcfb2c02e5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/themes/cura-dark/theme.json

+ 2 - 2
resources/themes/cura-dark/theme.json

@@ -94,8 +94,8 @@
         "action_button_active": [39, 44, 48, 30],
         "action_button_active_text": [255, 255, 255, 255],
         "action_button_active_border": [255, 255, 255, 100],
-        "action_button_disabled": [39, 44, 48, 255],
-        "action_button_disabled_text": [255, 255, 255, 80],
+        "action_button_disabled": [19, 24, 28, 255],
+        "action_button_disabled_text": [200, 200, 200, 80],
         "action_button_disabled_border": [255, 255, 255, 30],
 
         "scrollbar_background": [39, 44, 48, 0],