From 3682918efa98e3c2f36cd930f8f7b21be6f9c696 Mon Sep 17 00:00:00 2001 From: jspijker Date: Tue, 29 Nov 2022 08:41:45 +0100 Subject: [PATCH] Add basic styling to Switch Contributes to CURA-9793 --- resources/themes/cura-light/theme.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/themes/cura-light/theme.json b/resources/themes/cura-light/theme.json index 4fd31db731..d1ba93bef1 100644 --- a/resources/themes/cura-light/theme.json +++ b/resources/themes/cura-light/theme.json @@ -354,6 +354,10 @@ "checkbox_text": "text_default", "checkbox_text_disabled": "text_disabled", + "switch": "background_1", + "switch_state_checked": "accent_1", + "switch_state_unchecked": "text_disabled", + "radio": "background_1", "radio_disabled": "background_2", "radio_selected": "accent_1",