diff options
Diffstat (limited to 'framework/qml/PositiveButton.qml')
-rw-r--r-- | framework/qml/PositiveButton.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/qml/PositiveButton.qml b/framework/qml/PositiveButton.qml index 32bd7508..f158ad10 100644 --- a/framework/qml/PositiveButton.qml +++ b/framework/qml/PositiveButton.qml | |||
@@ -21,4 +21,6 @@ import org.kube.framework 1.0 | |||
21 | AbstractButton { | 21 | AbstractButton { |
22 | color: Colors.positiveColor | 22 | color: Colors.positiveColor |
23 | textColor: Colors.highlightedTextColor | 23 | textColor: Colors.highlightedTextColor |
24 | highlightColor: Colors.viewBackgroundColor | ||
25 | highlightOpacity: 0.2 | ||
24 | } | 26 | } |