mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Use alternateBackgroundColor for OpenDrawerButton
With a dark the current one dark whereas the controls below are all bright
This commit is contained in:
parent
866f52e36b
commit
c9d1d737aa
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue