diff options
Diffstat (limited to 'views/todo/qml/View.qml')
-rw-r--r-- | views/todo/qml/View.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/todo/qml/View.qml b/views/todo/qml/View.qml index bf7b7dd6..ca2bacc1 100644 --- a/views/todo/qml/View.qml +++ b/views/todo/qml/View.qml | |||
@@ -33,7 +33,7 @@ FocusScope { | |||
33 | Rectangle { | 33 | Rectangle { |
34 | width: Kube.Units.gridUnit * 10 | 34 | width: Kube.Units.gridUnit * 10 |
35 | Layout.fillHeight: parent.height | 35 | Layout.fillHeight: parent.height |
36 | color: Kube.Colors.textColor | 36 | color: Kube.Colors.darkBackgroundColor |
37 | 37 | ||
38 | Kube.PositiveButton { | 38 | Kube.PositiveButton { |
39 | id: newTaskButton | 39 | id: newTaskButton |