Browse Source

Make tooltip backgrounds dark as well

Looks very professional.

Contributes to issue CURA-3948.
Ghostkeeper 7 years ago
parent
commit
9241cfa5c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/themes/cura-dark/theme.json

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

@@ -144,7 +144,7 @@
         "mode_switch_text_hover": [255, 255, 255, 255],
         "mode_switch_text_hover": [255, 255, 255, 255],
         "mode_switch_text_checked": [12, 169, 227, 255],
         "mode_switch_text_checked": [12, 169, 227, 255],
 
 
-        "tooltip": [12, 169, 227, 255],
+        "tooltip": [40, 40, 40, 255],
         "tooltip_text": [255, 255, 255, 255],
         "tooltip_text": [255, 255, 255, 255],
 
 
         "message_background": [255, 255, 255, 255],
         "message_background": [255, 255, 255, 255],