From 5b9bd46ba3ea0c237b3f87d54823f5715a92ea9e Mon Sep 17 00:00:00 2001 From: Kostas Karmas Date: Mon, 9 Dec 2019 14:31:43 +0100 Subject: [PATCH] Change active intent line to white The activated part of the intent lines will now be white instead of grey. CURA-6941 --- resources/themes/cura-dark/theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/themes/cura-dark/theme.json b/resources/themes/cura-dark/theme.json index 282004c3a9..a724fcc117 100644 --- a/resources/themes/cura-dark/theme.json +++ b/resources/themes/cura-dark/theme.json @@ -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],