diff --git a/components/LucideIcon.qml b/components/LucideIcon.qml index 500fff6..206d5b4 100644 --- a/components/LucideIcon.qml +++ b/components/LucideIcon.qml @@ -2,9 +2,12 @@ import qs.config import QtQuick Text { - color: Theme.palette.basecontent - + Behavior on color { + ColorAnimation { + duration: 100 + } + } font.family: Theme.lucide.font.family font.pixelSize: Dimensions.gpu.iconSize font.bold: true