mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-18 17:49:00 +00:00
uiux: adjust hover color for context menu button in darkmode
This commit is contained in:
parent
95bc455dcd
commit
5ae5cd7efa
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user