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