diff --git a/src/declarativeimports/plasmacomponents/qml/ToolButton.qml b/src/declarativeimports/plasmacomponents/qml/ToolButton.qml index 7ff4f011c..9896f6b08 100644 --- a/src/declarativeimports/plasmacomponents/qml/ToolButton.qml +++ b/src/declarativeimports/plasmacomponents/qml/ToolButton.qml @@ -364,7 +364,7 @@ Item { width: parent.width - icon.width - parent.spacing height: parent.height - color: mouse.containsMouse ? theme.buttonTextColor : theme.textColor + color: mouse.containsMouse || !button.flat ? theme.buttonTextColor : theme.textColor Behavior on color { ColorAnimation { duration: units.shortDuration * 2 } } elide: Text.ElideRight