aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/imports/controls/material/Button.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/controls/material/Button.qml b/src/imports/controls/material/Button.qml
index 984a2ece..a1903f3e 100644
--- a/src/imports/controls/material/Button.qml
+++ b/src/imports/controls/material/Button.qml
@@ -90,7 +90,7 @@ T.Button {
: control.down
? control.highlighted ? control.Material.highlightedButtonPressColor
: control.Material.buttonPressColor
- : control.visualFocus
+ : control.visualFocus || control.checked
? control.highlighted ? control.Material.highlightedButtonHoverColor
: control.Material.buttonHoverColor
: control.highlighted ? control.Material.highlightedButtonColor