mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-22 04:21:44 +00:00
chore: update transparent to use Style
Co-authored-by: RichΛrd <info@richardramos.me>
This commit is contained in:
parent
8c753d58f0
commit
4cb6a5b01d
@ -172,7 +172,7 @@ PopupMenu {
|
||||
background: Rectangle {
|
||||
implicitWidth: 220
|
||||
implicitHeight: 34
|
||||
color: popupMenuItem.highlighted ? Style.current.backgroundHover: "transparent"
|
||||
color: popupMenuItem.highlighted ? Style.current.backgroundHover: Style.current.transparent
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user