diff options
Diffstat (limited to 'views/conversation/qml/View.qml')
-rw-r--r-- | views/conversation/qml/View.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/conversation/qml/View.qml b/views/conversation/qml/View.qml index 33f4868f..82ca2af3 100644 --- a/views/conversation/qml/View.qml +++ b/views/conversation/qml/View.qml | |||
@@ -76,7 +76,7 @@ FocusScope { | |||
76 | Rectangle { | 76 | Rectangle { |
77 | width: Kube.Units.gridUnit * 10 | 77 | width: Kube.Units.gridUnit * 10 |
78 | Layout.fillHeight: parent.height | 78 | Layout.fillHeight: parent.height |
79 | color: Kube.Colors.textColor | 79 | color: Kube.Colors.darkBackgroundColor |
80 | 80 | ||
81 | Kube.PositiveButton { | 81 | Kube.PositiveButton { |
82 | id: newMailButton | 82 | id: newMailButton |