aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/extras/Drawer.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/extras/Drawer.qml')
-rw-r--r--src/imports/extras/Drawer.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/extras/Drawer.qml b/src/imports/extras/Drawer.qml
index 831c18d8..b1347142 100644
--- a/src/imports/extras/Drawer.qml
+++ b/src/imports/extras/Drawer.qml
@@ -45,8 +45,8 @@ AbstractDrawer {
height: parent.height // TODO: Window.height
background: Rectangle {
- color: style.shadowColor
- opacity: position * style.disabledOpacity
+ color: control.Style.shadowColor
+ opacity: position * control.Style.disabledOpacity
}
// TODO: make this a proper transition