From b2f1e80cb3d04901594238cd78b5655e5e493566 Mon Sep 17 00:00:00 2001 From: Max Heinekamp Date: Sat, 1 Jun 2024 20:47:52 +0200 Subject: [PATCH] Removed duplicate entry There were two entries defining "secondary_button_text". Kept the one near other secondary_button etires and set it to the "text_secondary_button" base color. --- resources/themes/cura-dark/theme.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/resources/themes/cura-dark/theme.json b/resources/themes/cura-dark/theme.json index 699b4537c3..1517b22eb9 100644 --- a/resources/themes/cura-dark/theme.json +++ b/resources/themes/cura-dark/theme.json @@ -56,7 +56,7 @@ "secondary_button": "background_1", "secondary_button_hover": "background_3", - "secondary_button_text": [255, 255, 255, 255], + "secondary_button_text": "text_secondary_button", "icon": "text_default", "toolbar_background": "background_1", @@ -69,9 +69,7 @@ "main_window_header_button_text_active": "background_4", "main_window_header_background": "background_4", "main_window_header_background_gradient": "background_4", - "main_window_header_button_background_hovered": [46, 46, 46, 255], - - "secondary_button_text": "text_secondary_button", + "main_window_header_button_background_hovered": [46, 46, 46, 255], "account_sync_state_icon": [255, 255, 255, 204],