diff --git a/resources/qml/SpinBox.qml b/resources/qml/SpinBox.qml index 4035515750..b5e93804b1 100644 --- a/resources/qml/SpinBox.qml +++ b/resources/qml/SpinBox.qml @@ -99,7 +99,7 @@ Item width: height UM.UnderlineBackground { - color: spinBox.up.pressed ? spinBox.palette.mid : UM.Theme.getColor("detail_background") + color: spinBox.down.pressed ? spinBox.palette.mid : UM.Theme.getColor("detail_background") } UM.RecolorImage