From 490fd4248b73bf17650b64db79bef73217594866 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Wed, 11 May 2016 16:25:43 +0200 Subject: remove usage of kirigami.theme.backgroundColor --- components/package/contents/ui/SingleMailView.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components/package') diff --git a/components/package/contents/ui/SingleMailView.qml b/components/package/contents/ui/SingleMailView.qml index 0248c3bd..1c7f4152 100644 --- a/components/package/contents/ui/SingleMailView.qml +++ b/components/package/contents/ui/SingleMailView.qml @@ -131,7 +131,7 @@ Rectangle { height: Kirigami.Units.iconSizes.small width: height - color: Kirigami.Theme.complementaryBackgroundColor + color: Kirigami.Theme.textColor opacity: 0.5 } @@ -142,7 +142,7 @@ Rectangle { width: parent.width height: 1 - color: Kirigami.Theme.complementaryBackgroundColor + color: Kirigami.Theme.textColor opacity: 0.5 } -- cgit v1.2.3