diff --git a/qml/main.qml b/qml/main.qml index 9c8dfb1..02ffc22 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -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 {