mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-18 09:37:59 +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 {
|
background: Rectangle {
|
||||||
implicitWidth: 220
|
implicitWidth: 220
|
||||||
implicitHeight: 34
|
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