Update background opacity

This commit is contained in:
cutefishd 2021-04-06 19:23:03 +08:00
parent ec8b0a7c67
commit bdbd0cd133

View file

@ -38,7 +38,7 @@ Item {
anchors.fill: parent anchors.fill: parent
radius: windowRadius radius: windowRadius
color: Meui.Theme.backgroundColor color: Meui.Theme.backgroundColor
opacity: 0.4 opacity: Meui.Theme.darkMode ? 0.3 : 0.4
Behavior on opacity { Behavior on opacity {
NumberAnimation { NumberAnimation {