Просмотр исходного кода

Make tooltip backgrounds dark as well

Looks very professional.

Contributes to issue CURA-3948.
Ghostkeeper 7 лет назад
Родитель
Сommit
9241cfa5c6
1 измененных файлов с 1 добавлено и 1 удалено
  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_checked": [12, 169, 227, 255],
 
-        "tooltip": [12, 169, 227, 255],
+        "tooltip": [40, 40, 40, 255],
         "tooltip_text": [255, 255, 255, 255],
 
         "message_background": [255, 255, 255, 255],