diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-05-11 16:25:43 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-05-11 16:25:43 +0200 |
commit | 490fd4248b73bf17650b64db79bef73217594866 (patch) | |
tree | 0469ae188e11483d164ac7fea05b77a841c34f26 /components/package/contents/ui | |
parent | cea2ea5c366ad621d8c5d9da9b2131ef1729ce61 (diff) | |
download | kube-490fd4248b73bf17650b64db79bef73217594866.tar.gz kube-490fd4248b73bf17650b64db79bef73217594866.zip |
remove usage of kirigami.theme.backgroundColor
Diffstat (limited to 'components/package/contents/ui')
-rw-r--r-- | components/package/contents/ui/SingleMailView.qml | 4 |
1 files changed, 2 insertions, 2 deletions
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 { | |||
131 | height: Kirigami.Units.iconSizes.small | 131 | height: Kirigami.Units.iconSizes.small |
132 | width: height | 132 | width: height |
133 | 133 | ||
134 | color: Kirigami.Theme.complementaryBackgroundColor | 134 | color: Kirigami.Theme.textColor |
135 | opacity: 0.5 | 135 | opacity: 0.5 |
136 | } | 136 | } |
137 | 137 | ||
@@ -142,7 +142,7 @@ Rectangle { | |||
142 | width: parent.width | 142 | width: parent.width |
143 | height: 1 | 143 | height: 1 |
144 | 144 | ||
145 | color: Kirigami.Theme.complementaryBackgroundColor | 145 | color: Kirigami.Theme.textColor |
146 | 146 | ||
147 | opacity: 0.5 | 147 | opacity: 0.5 |
148 | } | 148 | } |