Update background opacity

pull/7/head
cutefishd 6 years ago
parent ec8b0a7c67
commit bdbd0cd133

@ -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…
Cancel
Save