diff --git a/src/controls/qml/ToolButton.qml b/src/controls/qml/ToolButton.qml index 4a8f255..753a544 100644 --- a/src/controls/qml/ToolButton.qml +++ b/src/controls/qml/ToolButton.qml @@ -51,7 +51,7 @@ Item { id: iconImage width: Theme.itemHeightExtraSmall height: Theme.itemHeightExtraSmall - color: Theme.accentColor + color: bMouseArea.pressed ? Theme.accentColor : active ? Theme.accentColor : Theme.textColor anchors.centerIn: parent fillMode: Image.PreserveAspectFit }