From fb651c85409e87232df885090c94924c7bbc038a Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Wed, 29 Mar 2017 10:10:15 +0200 Subject: port attachment delegate to kube theme --- components/package/contents/ui/AttachmentDelegate.qml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'components') diff --git a/components/package/contents/ui/AttachmentDelegate.qml b/components/package/contents/ui/AttachmentDelegate.qml index eb1c956a..a589c9f3 100644 --- a/components/package/contents/ui/AttachmentDelegate.qml +++ b/components/package/contents/ui/AttachmentDelegate.qml @@ -19,6 +19,7 @@ import QtQuick 2.7 import QtQuick.Layouts 1.1 import org.kde.kirigami 1.0 as Kirigami +import org.kube.components.theme 1.0 as KubeTheme Item { id: root @@ -33,7 +34,7 @@ Item { anchors.fill: parent id: background - color: Kirigami.Theme.disabledTextColor + color: KubeTheme.Colors.disabledTextColor } RowLayout { @@ -49,7 +50,7 @@ Item { height: Kirigami.Units.gridUnit width: Kirigami.Units.gridUnit - color: Kirigami.Theme.backgroundColor + color: KubeTheme.Colors.backgroundColor Kirigami.Icon { height: parent.height @@ -61,7 +62,7 @@ Item { Text { text: root.name - color: Kirigami.Theme.backgroundColor + color: KubeTheme.Colors.backgroundColor } } } -- cgit v1.2.3