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:
Kostas Karmas 2019-12-09 14:31:43 +01:00
parent 64decc7345
commit 5b9bd46ba3

View file

@ -60,7 +60,7 @@
"small_button": [39, 44, 48, 0],
"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_text": [255, 255, 255, 197],
"small_button_text_hover": [255, 255, 255, 255],