diff --git a/components/StyledIconButton.qml b/components/StyledIconButton.qml index 23319ae..f003aa7 100644 --- a/components/StyledIconButton.qml +++ b/components/StyledIconButton.qml @@ -10,6 +10,8 @@ RoundButton { source: "../assets/lucide.woff" } + property alias border: rect.border + font.family: loader.font.family font.pixelSize: 16 radius: 8 @@ -31,6 +33,7 @@ RoundButton { } background: Rectangle { + id: rect color: control.hovered ? Theme.palette.primary : Theme.palette.base100 Behavior on color { ColorAnimation {