NCheckBox: fast animation speed like the others

This commit is contained in:
LemmyCook 2025-09-07 21:13:31 -04:00
parent 3065bec6c9
commit e03042c411

View file

@ -44,13 +44,13 @@ RowLayout {
Behavior on color { Behavior on color {
ColorAnimation { ColorAnimation {
duration: Style.animationNormal duration: Style.animationFast
} }
} }
Behavior on border.color { Behavior on border.color {
ColorAnimation { ColorAnimation {
duration: Style.animationNormal duration: Style.animationFast
} }
} }