mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Make checkbox mark colours same as text colours
The new icon set changes the checkmark to something a lot thinner and more subtle. Making it darker compensates for that a bit.
This commit is contained in:
parent
b850d8c18e
commit
92293e7008
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@
|
||||||
"checkbox_hover": [255, 255, 255, 255],
|
"checkbox_hover": [255, 255, 255, 255],
|
||||||
"checkbox_border": [199, 199, 199, 255],
|
"checkbox_border": [199, 199, 199, 255],
|
||||||
"checkbox_border_hover": [50, 130, 255, 255],
|
"checkbox_border_hover": [50, 130, 255, 255],
|
||||||
"checkbox_mark": [50, 130, 255, 255],
|
"checkbox_mark": [35, 35, 35, 255],
|
||||||
"checkbox_disabled": [223, 223, 223, 255],
|
"checkbox_disabled": [223, 223, 223, 255],
|
||||||
"checkbox_text": [35, 35, 35, 255],
|
"checkbox_text": [35, 35, 35, 255],
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue