diff --git a/components/mobilehomescreencomponents/qml/private/OpenDrawerButton.qml b/components/mobilehomescreencomponents/qml/private/OpenDrawerButton.qml index b74986eb..f86c9b06 100644 --- a/components/mobilehomescreencomponents/qml/private/OpenDrawerButton.qml +++ b/components/mobilehomescreencomponents/qml/private/OpenDrawerButton.qml @@ -51,7 +51,7 @@ MouseArea { left: parent.left verticalCenterOffset: -arrowUpIcon.height/4 + (arrowUpIcon.height/4) * arrowUpIcon.factor } - color: theme.backgroundColor + color: theme.alternateBackgroundColor transformOrigin: Item.Right rotation: -45 + 90 * arrowUpIcon.factor antialiasing: true @@ -64,7 +64,7 @@ MouseArea { right: parent.right verticalCenterOffset: -arrowUpIcon.height/4 + (arrowUpIcon.height/4) * arrowUpIcon.factor } - color: theme.backgroundColor + color: theme.alternateBackgroundColor transformOrigin: Item.Left rotation: 45 - 90 * arrowUpIcon.factor antialiasing: true