make ScrollEdgeFade color less weird

This commit is contained in:
end-4
2026-04-08 17:43:32 +02:00
parent a5eca98543
commit fa3bf6f5df
@@ -7,7 +7,7 @@ Item {
z: 99
required property Item target
property real fadeSize: Appearance.m3colors.darkmode ? 40 : 20
property color color: ColorUtils.transparentize(Appearance.colors.colShadow, Appearance.m3colors.darkmode ? 0 : 0.7)
property color color: Appearance.colors.colLayer1Base
property bool vertical: true
anchors.fill: target