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…
Reference in New Issue