aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/universal/SwipeDelegate.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/controls/universal/SwipeDelegate.qml')
-rw-r--r--src/imports/controls/universal/SwipeDelegate.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/controls/universal/SwipeDelegate.qml b/src/imports/controls/universal/SwipeDelegate.qml
index 23f327d1..246d4a15 100644
--- a/src/imports/controls/universal/SwipeDelegate.qml
+++ b/src/imports/controls/universal/SwipeDelegate.qml
@@ -58,7 +58,7 @@ T.SwipeDelegate {
icon.width: 20
icon.height: 20
- icon.color: enabled ? undefined : Color.transparent(Universal.foreground, 0.2)
+ icon.color: Color.transparent(Universal.foreground, enabled ? 1.0 : 0.2)
swipe.transition: Transition { SmoothedAnimation { velocity: 3; easing.type: Easing.InOutCubic } }