summaryrefslogtreecommitdiffstats
path: root/components/mail/contents/ui
diff options
context:
space:
mode:
Diffstat (limited to 'components/mail/contents/ui')
-rw-r--r--components/mail/contents/ui/Mail.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/mail/contents/ui/Mail.qml b/components/mail/contents/ui/Mail.qml
index 9f1a6ea1..af006c1b 100644
--- a/components/mail/contents/ui/Mail.qml
+++ b/components/mail/contents/ui/Mail.qml
@@ -337,7 +337,7 @@ Controls2.ApplicationWindow {
337 id: statusText 337 id: statusText
338 anchors.centerIn: parent 338 anchors.centerIn: parent
339 visible: false 339 visible: false
340 color: KubeTheme.Colors.textColor 340 color: KubeTheme.Colors.highlightedTextColor
341 states: [ 341 states: [
342 State { 342 State {
343 name: "disconnected"; when: model.status == KubeAccountsFramework.AccountsModel.OfflineStatus 343 name: "disconnected"; when: model.status == KubeAccountsFramework.AccountsModel.OfflineStatus