mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
Make button tooltip text use the dark color from the palette
This fixes a regression where tooltip text was white
This commit is contained in:
parent
367b8791ae
commit
24a8edd2ae
2 changed files with 2 additions and 1 deletions
|
@ -63,6 +63,7 @@
|
|||
"button_active_hover": [34, 150, 190, 255],
|
||||
"button_text": [255, 255, 255, 255],
|
||||
"button_disabled": [245, 245, 245, 255],
|
||||
"button_tooltip_text": [35, 35, 35, 255],
|
||||
|
||||
"scrollbar_background": [245, 245, 245, 255],
|
||||
"scrollbar_handle": [205, 202, 201, 255],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue