Align radio buttons with new designs.

Fix radiobutton looking the same checked and unchecked when disabled

CURA-8991
This commit is contained in:
j.delarago 2022-03-04 13:18:00 +01:00
parent b86b1133df
commit b3e8c7190e
2 changed files with 68 additions and 24 deletions

View file

@ -335,6 +335,19 @@
"checkbox_text": "text_default",
"checkbox_text_disabled": "text_disabled",
"radio": "background_1",
"radio_disabled": "background_2",
"radio_selected": "accent_1",
"radio_selected_disabled": "text_disabled",
"radio_border": [180, 180, 180, 255],
"radio_border_hover": "border_main",
"radio_border_disabled": "text_disabled",
"radio_dot": "background_1",
"radio_dot_disabled": "background_2",
"radio_text": "text_default",
"radio_text_disabled": "text_disabled",
"category_background": "background_2",
"tooltip": [25, 25, 25, 255],