mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 19:38:48 +03:00
Increase contrast between the popup and the background blur
This commit is contained in:
parent
e116ebe1ac
commit
2e7c3d4a2a
1 changed files with 7 additions and 0 deletions
|
@ -250,6 +250,13 @@ Item {
|
||||||
visible: false
|
visible: false
|
||||||
opacity: 0
|
opacity: 0
|
||||||
|
|
||||||
|
Rectangle {
|
||||||
|
anchors.fill: parent
|
||||||
|
z: parent.z - 1
|
||||||
|
opacity: 0.5
|
||||||
|
color: "gray"
|
||||||
|
}
|
||||||
|
|
||||||
TapHandler {
|
TapHandler {
|
||||||
onTapped: popupRoot.hide()
|
onTapped: popupRoot.hide()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue