Update background opacity
This commit is contained in:
parent
ec8b0a7c67
commit
bdbd0cd133
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ Item {
|
|||
anchors.fill: parent
|
||||
radius: windowRadius
|
||||
color: Meui.Theme.backgroundColor
|
||||
opacity: 0.4
|
||||
opacity: Meui.Theme.darkMode ? 0.3 : 0.4
|
||||
|
||||
Behavior on opacity {
|
||||
NumberAnimation {
|
||||
|
|
Loading…
Reference in a new issue