mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 09:59:01 +08:00
Set the correct color for inactive text
It used to be all back, which is just unreadable... CURA-9465
This commit is contained in:
parent
656a3dc707
commit
461165ea39
@ -81,7 +81,7 @@
|
||||
"text": "text_default",
|
||||
"text_detail": [255, 255, 255, 172],
|
||||
"text_link": "accent_1",
|
||||
"text_inactive": [255, 255, 255, 88],
|
||||
"text_inactive": [118, 118, 118, 255],
|
||||
"text_hover": [255, 255, 255, 204],
|
||||
"text_scene": [255, 255, 255, 162],
|
||||
"text_scene_hover": [255, 255, 255, 204],
|
||||
|
Loading…
x
Reference in New Issue
Block a user