diff options
Diffstat (limited to 'framework/qml/PositiveButton.qml')
-rw-r--r-- | framework/qml/PositiveButton.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/PositiveButton.qml b/framework/qml/PositiveButton.qml index f526968b..8265a71a 100644 --- a/framework/qml/PositiveButton.qml +++ b/framework/qml/PositiveButton.qml | |||
@@ -34,7 +34,7 @@ T.Button { | |||
34 | hoverEnabled: true | 34 | hoverEnabled: true |
35 | 35 | ||
36 | background: Rectangle { | 36 | background: Rectangle { |
37 | color: root.pressed ? Colors.highlightColor : Colors.positveColor | 37 | color: root.pressed ? Colors.highlightColor : Colors.positiveColor |
38 | 38 | ||
39 | Rectangle { | 39 | Rectangle { |
40 | anchors.fill: parent | 40 | anchors.fill: parent |