mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 21:05:55 +08:00
Change active intent line to white
The activated part of the intent lines will now be white instead of grey. CURA-6941
This commit is contained in:
parent
64decc7345
commit
5b9bd46ba3
@ -60,7 +60,7 @@
|
|||||||
|
|
||||||
"small_button": [39, 44, 48, 0],
|
"small_button": [39, 44, 48, 0],
|
||||||
"small_button_hover": [39, 44, 48, 255],
|
"small_button_hover": [39, 44, 48, 255],
|
||||||
"small_button_active": [67, 72, 75, 255],
|
"small_button_active": [255, 255, 255, 255],
|
||||||
"small_button_active_hover": [67, 72, 75, 255],
|
"small_button_active_hover": [67, 72, 75, 255],
|
||||||
"small_button_text": [255, 255, 255, 197],
|
"small_button_text": [255, 255, 255, 197],
|
||||||
"small_button_text_hover": [255, 255, 255, 255],
|
"small_button_text_hover": [255, 255, 255, 255],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user