Fix button color in toolpanel for dark theme

This commit is contained in:
Jaime van Kessel 2019-01-02 11:32:49 +01:00
parent 8dbebaa23c
commit a0031853d3
2 changed files with 1 additions and 2 deletions

View File

@ -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")
}

View File

@ -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],