diff --git a/Widgets/NCheckbox.qml b/Widgets/NCheckbox.qml index f903e8a..4b5962d 100644 --- a/Widgets/NCheckbox.qml +++ b/Widgets/NCheckbox.qml @@ -44,13 +44,13 @@ RowLayout { Behavior on color { ColorAnimation { - duration: Style.animationNormal + duration: Style.animationFast } } Behavior on border.color { ColorAnimation { - duration: Style.animationNormal + duration: Style.animationFast } }