mirror of
https://github.com/KDE/kasts.git
synced 2025-01-19 03:50:57 +01:00
Fix mobile player background on dark theme
This commit is contained in:
parent
d62d24f280
commit
28fcb10993
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user