diff --git a/widgets/StyledText.qml b/widgets/StyledText.qml index eca51b9..4fe365e 100644 --- a/widgets/StyledText.qml +++ b/widgets/StyledText.qml @@ -4,10 +4,7 @@ import QtQuick Text { font.family: Theme.fontFamily color: Theme.palette.basecontent - Behavior on color { - ColorAnimation { - duration: 200 - easing.type: Easing.InOutQuad - } + ColorAnimation on color { + duration: 100 } }