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/EditAccountDialog.qml6
1 files changed, 2 insertions, 4 deletions
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 {
31 property variant uiSource 31 property variant uiSource
32 property variant accountId 32 property variant accountId
33 33
34 color: ColorPalette.border 34 color: Kirigami.Theme.textColor
35 opacity: 0.9 35 opacity: 0.9
36 36
37 MouseArea { 37 MouseArea {
@@ -48,7 +48,7 @@ Rectangle {
48 height: root.height * 0.8 48 height: root.height * 0.8
49 width: root.width * 0.8 49 width: root.width * 0.8
50 50
51 color: ColorPalette.background 51 color: Kirigami.Theme.backgroundColor
52 52
53 MouseArea { 53 MouseArea {
54 anchors.fill: parent 54 anchors.fill: parent
@@ -60,7 +60,5 @@ Rectangle {
60 source: root.uiSource 60 source: root.uiSource
61 onLoaded: item.accountId = root.accountId 61 onLoaded: item.accountId = root.accountId
62 } 62 }
63
64 Component.onCompleted: console.log(uiSource)
65 } 63 }
66} 64}