mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Fix default action_button color and checkbox onHover color
CURA-4148
This commit is contained in:
parent
a50e228ba1
commit
8264b6fe67
1 changed files with 2 additions and 2 deletions
|
@ -123,7 +123,7 @@
|
|||
"tab_active_text": [24, 41, 77, 255],
|
||||
"tab_background": [245, 245, 245, 255],
|
||||
|
||||
"action_button": [242, 242, 242, 255],
|
||||
"action_button": [255, 255, 255, 255],
|
||||
"action_button_text": [0, 0, 0, 255],
|
||||
"action_button_border": [127, 127, 127, 255],
|
||||
"action_button_hovered": [255, 255, 255, 255],
|
||||
|
@ -189,7 +189,7 @@
|
|||
"slider_text_background": [255, 255, 255, 255],
|
||||
|
||||
"checkbox": [255, 255, 255, 255],
|
||||
"checkbox_hover": [68, 72, 75, 255],
|
||||
"checkbox_hover": [255, 255, 255, 255],
|
||||
"checkbox_border": [64, 69, 72, 255],
|
||||
"checkbox_border_hover": [12, 169, 227, 255],
|
||||
"checkbox_mark": [119, 122, 124, 255],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue