Add checkbox disabled color to darktheme

CURA-8688
This commit is contained in:
Jaime van Kessel 2022-02-28 14:08:26 +01:00
parent 79ee9ffc91
commit 62f6643a49
2 changed files with 2 additions and 1 deletions

View file

@ -159,6 +159,7 @@
"checkbox_mark": "text_default",
"checkbox_square": "text_disabled",
"checkbox_text": "text_default",
"checkbox_disabled": "background_2",
"tooltip": "background_2",
"tooltip_text": "text_default",

View file

@ -327,7 +327,7 @@
"checkbox_border": [180, 180, 180, 255],
"checkbox_border_hover": [25, 110, 240, 255],
"checkbox_mark": [35, 35, 35, 255],
"checkbox_disabled": [223, 223, 223, 255],
"checkbox_disabled": "background_2",
"checkbox_text": [0, 12, 26, 255],
"tooltip": [25, 25, 25, 255],