From d2c8ab1862b2cfe9deb645f7cc46eb2caf42dafb Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Sat, 18 Jun 2016 16:54:22 +0200 Subject: use kirigami theme instead of colorpalette --- components/package/contents/ui/EditAccountDialog.qml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'components/package/contents/ui') diff --git a/components/package/contents/ui/EditAccountDialog.qml b/components/package/contents/ui/EditAccountDialog.qml index d065bbc2..b450e5d6 100644 --- a/components/package/contents/ui/EditAccountDialog.qml +++ b/components/package/contents/ui/EditAccountDialog.qml @@ -31,7 +31,7 @@ Rectangle { property variant uiSource property variant accountId - color: ColorPalette.border + color: Kirigami.Theme.textColor opacity: 0.9 MouseArea { @@ -48,7 +48,7 @@ Rectangle { height: root.height * 0.8 width: root.width * 0.8 - color: ColorPalette.background + color: Kirigami.Theme.backgroundColor MouseArea { anchors.fill: parent @@ -60,7 +60,5 @@ Rectangle { source: root.uiSource onLoaded: item.accountId = root.accountId } - - Component.onCompleted: console.log(uiSource) } } -- cgit v1.2.3