the bckground of buttons on teh top bar of main dialog had a wrong color
not matching the top bar background color
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Layout.preferredHeight: Style.trayWindowHeaderHeight
background: Rectangle {
- color: root.hovered || root.visualFocus ? Style.currentUserHeaderTextColor : palette.base
+ color: root.hovered || root.visualFocus ? Style.currentUserHeaderTextColor : Style.currentUserHeaderColor
opacity: 0.2
}
}\r
\r
background: Rectangle {\r
- color: parent.hovered || parent.visualFocus ? Style.currentUserHeaderTextColor : palette.window\r
+ color: currentAccountButton.hovered || currentAccountButton.visualFocus ? Style.currentUserHeaderTextColor : Style.currentUserHeaderColor\r
opacity: 0.2\r
}\r
\r