mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-21 23:01:38 +08:00
Fix button color in toolpanel for dark theme
This commit is contained in:
parent
8dbebaa23c
commit
a0031853d3
@ -256,7 +256,7 @@ QtObject
|
||||
source: control.iconSource
|
||||
width: Theme.getSize("button_icon").width
|
||||
height: Theme.getSize("button_icon").height
|
||||
color: Theme.getColor("toolbar_button_text")
|
||||
color: Theme.getColor("icon")
|
||||
|
||||
sourceSize: Theme.getSize("button_icon")
|
||||
}
|
||||
|
@ -118,7 +118,6 @@
|
||||
"warning": [245, 166, 35, 255],
|
||||
"disabled": [229, 229, 229, 255],
|
||||
|
||||
"toolbar_button_text": [8, 7, 63, 255],
|
||||
"toolbar_button_hover": [232, 242, 252, 255],
|
||||
"toolbar_button_active": [232, 242, 252, 255],
|
||||
"toolbar_button_active_hover": [232, 242, 252, 255],
|
||||
|
Loading…
x
Reference in New Issue
Block a user