mirror of https://github.com/status-im/StatusQ.git
fix(StatusBaseButton): fix wrong id usage
This commit is contained in:
parent
504053a6bf
commit
4d16ac17a8
|
@ -89,7 +89,7 @@ Rectangle {
|
|||
|
||||
color: {
|
||||
if (statusBaseButton.enabled)
|
||||
return !statusButton.loading && (sensor.containsMouse || highlighted) ? hoverColor
|
||||
return !statusBaseButton.loading && (sensor.containsMouse || highlighted) ? hoverColor
|
||||
: normalColor;
|
||||
return disaledColor
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue