fix(StatusButton): make icon color same as button label color

This commit is contained in:
Pascal Precht 2020-12-10 12:38:59 +01:00 committed by Iuri Matias
parent 8de3a3f48f
commit 04bf8e7a03

View File

@ -45,7 +45,7 @@ Button {
ColorOverlay { ColorOverlay {
anchors.fill: iconImg anchors.fill: iconImg
source: iconImg source: iconImg
color: control.icon.color color: buttonLabel.color
antialiasing: true antialiasing: true
smooth: true smooth: true
rotation: control.iconRotation rotation: control.iconRotation