mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-22 20:40:18 +00:00
fix(StatusButton): make icon color same as button label color
This commit is contained in:
parent
8de3a3f48f
commit
04bf8e7a03
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user