OpenDrawerButton: Use a colour that exists

This commit is contained in:
Aleix Pol 2021-06-10 16:13:25 +02:00
parent 40419e48bc
commit 182d7501d0

View file

@ -51,7 +51,7 @@ MouseArea {
left: parent.left
verticalCenterOffset: -arrowUpIcon.height/4 + (arrowUpIcon.height/4) * arrowUpIcon.factor
}
color: theme.alternateBackgroundColor
color: PlasmaCore.Theme.complementaryBackgroundColor
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.alternateBackgroundColor
color: PlasmaCore.Theme.complementaryBackgroundColor
transformOrigin: Item.Left
rotation: 45 - 90 * arrowUpIcon.factor
antialiasing: true