diff options
Diffstat (limited to 'components/package/contents/ui/FocusComposer.qml')
-rw-r--r-- | components/package/contents/ui/FocusComposer.qml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/components/package/contents/ui/FocusComposer.qml b/components/package/contents/ui/FocusComposer.qml index ea410338..b3c0d4a6 100644 --- a/components/package/contents/ui/FocusComposer.qml +++ b/components/package/contents/ui/FocusComposer.qml | |||
@@ -19,7 +19,7 @@ import QtQuick 2.4 | |||
19 | import QtQuick.Controls 1.4 | 19 | import QtQuick.Controls 1.4 |
20 | import QtQuick.Layouts 1.1 | 20 | import QtQuick.Layouts 1.1 |
21 | 21 | ||
22 | import org.kube.framework.theme 1.0 | 22 | import org.kde.kirigami 1.0 as Kirigami |
23 | 23 | ||
24 | Rectangle { | 24 | Rectangle { |
25 | id: root | 25 | id: root |
@@ -28,7 +28,7 @@ Rectangle { | |||
28 | composer.loadMessage(message, loadAsDraft); | 28 | composer.loadMessage(message, loadAsDraft); |
29 | } | 29 | } |
30 | 30 | ||
31 | color: ColorPalette.border | 31 | color: Kirigami.Theme.textColor |
32 | 32 | ||
33 | opacity: 0.9 | 33 | opacity: 0.9 |
34 | 34 | ||
@@ -46,7 +46,7 @@ Rectangle { | |||
46 | height: root.height * 0.8 | 46 | height: root.height * 0.8 |
47 | width: root.width * 0.8 | 47 | width: root.width * 0.8 |
48 | 48 | ||
49 | color: ColorPalette.background | 49 | color: Kirigami.Theme.backgroundColor |
50 | 50 | ||
51 | MouseArea { | 51 | MouseArea { |
52 | anchors.fill: parent | 52 | anchors.fill: parent |
@@ -56,7 +56,7 @@ Rectangle { | |||
56 | 56 | ||
57 | anchors { | 57 | anchors { |
58 | fill: parent | 58 | fill: parent |
59 | margins: Unit.size * 3 | 59 | margins: Kirigami.Units.largeSpacing |
60 | } | 60 | } |
61 | 61 | ||
62 | Composer { | 62 | Composer { |