summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2016-12-08 14:38:34 +0100
committerMichael Bohlender <michael.bohlender@kdemail.net>2016-12-08 14:38:34 +0100
commit26cb4431245f1632d359183c9267196f202ca671 (patch)
tree06e3de018d7c132c96682541b47260e6e86cb578
parent5733f46c0c7ba97b29026c6689c20048b6592c0e (diff)
downloadkube-26cb4431245f1632d359183c9267196f202ca671.tar.gz
kube-26cb4431245f1632d359183c9267196f202ca671.zip
adjust color of attachmentdelegate
-rw-r--r--components/package/contents/ui/AttachmentDelegate.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/package/contents/ui/AttachmentDelegate.qml b/components/package/contents/ui/AttachmentDelegate.qml
index ffacb46c..eb1c956a 100644
--- a/components/package/contents/ui/AttachmentDelegate.qml
+++ b/components/package/contents/ui/AttachmentDelegate.qml
@@ -61,7 +61,7 @@ Item {
61 61
62 Text { 62 Text {
63 text: root.name 63 text: root.name
64 color: Kirigami.Theme.textColor 64 color: Kirigami.Theme.backgroundColor
65 } 65 }
66 } 66 }
67} 67}