From 15fc8cb879f4fa2f899a827e13bfecf0b966379d Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 30 Mar 2017 11:39:58 +0200 Subject: use kube theme in Mail.qml --- components/mail/contents/ui/Mail.qml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'components/mail') diff --git a/components/mail/contents/ui/Mail.qml b/components/mail/contents/ui/Mail.qml index a2b25035..6779cd10 100644 --- a/components/mail/contents/ui/Mail.qml +++ b/components/mail/contents/ui/Mail.qml @@ -145,7 +145,7 @@ Controls2.ApplicationWindow { Rectangle { anchors.fill: parent - color: Kirigami.Theme.backgroundColor + color: KubeTheme.Colors.backgroundColor } //END background @@ -164,7 +164,7 @@ Controls2.ApplicationWindow { Layout.maximumWidth: app.width * 0.25 Layout.minimumWidth: Kirigami.Units.gridUnit * 5 - color: Kirigami.Theme.textColor + color: KubeTheme.Colors.textColor Controls2.ToolBar { id: toolBar @@ -220,7 +220,7 @@ Controls2.ApplicationWindow { margins: Kirigami.Units.largeSpacing } - color: "#27ae60" + color: KubeTheme.Colors.positveColor clip: true height: Kirigami.Units.gridUnit * 1.5 @@ -229,7 +229,7 @@ Controls2.ApplicationWindow { anchors.centerIn: parent text: qsTr("New Email") - color: "white" + color: KubeTheme.Colors.highlightedTextColor } //iconName: "mail-message-new" //Controls2.Tooltip.text: "compose new email" @@ -291,7 +291,7 @@ Controls2.ApplicationWindow { Text { text: model.name font.weight: Font.DemiBold - color: "white" + color: KubeTheme.Colors.highlightedTextColor } ToolButton { -- cgit v1.2.3