summaryrefslogtreecommitdiffstats
path: root/components/package/contents/ui
diff options
context:
space:
mode:
Diffstat (limited to 'components/package/contents/ui')
-rw-r--r--components/package/contents/ui/SingleMailView.qml4
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 }