uiux: adjust hover color for context menu button in darkmode

This commit is contained in:
Pascal Precht 2021-04-13 17:46:40 +02:00 committed by Pascal Precht
parent 95bc455dcd
commit 5ae5cd7efa
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ Theme {
property color buttonHoveredBackgroundColor: blue
property color contextMenuButtonForegroundColor: midGrey
property color contextMenuButtonBackgroundHoverColor: Qt.hsla(black.hslHue, black.hslSaturation, black.hslLightness, 0.1)
property color contextMenuButtonBackgroundHoverColor: Qt.hsla(white.hslHue, white.hslSaturation, white.hslLightness, 0.05)
property color roundedButtonForegroundColor: white
property color roundedButtonBackgroundColor: buttonBackgroundColor