diff --git a/src/qml/Base/HButtonContent.qml b/src/qml/Base/HButtonContent.qml index be91a266..dd0c9e9d 100644 --- a/src/qml/Base/HButtonContent.qml +++ b/src/qml/Base/HButtonContent.qml @@ -24,7 +24,7 @@ HRowLayout { id: icon svgName: button.icon.name - colorize: enabled ? button.icon.color: theme.icons.disabledColorize + colorize: button.icon.color cache: button.icon.cache onLoadingChanged: if (! loading) resetAnimations.start()