Fix mobile player background on dark theme

This commit is contained in:
Bart De Vries 2024-02-06 19:58:57 +01:00
parent d62d24f280
commit 28fcb10993
2 changed files with 6 additions and 4 deletions

View File

@ -122,9 +122,10 @@ Flickable {
background: MultiEffect {
source: backgroundImage
anchors.fill: parent
opacity: 0.2
brightness: 0.55
saturation: -0.4
brightness: 0.3
saturation: 2
contrast: -0.7
blurMax: 64
blur: 1.0

View File

@ -43,9 +43,10 @@ Kirigami.Page {
background: MultiEffect {
source: backgroundImage
anchors.fill: parent
opacity: 0.2
brightness: 0.55
saturation: -0.4
brightness: 0.3
saturation: 2
contrast: -0.7
blurMax: 64
blur: 1.0