From 781ad7a5bc3f71763ec5a1da669c3b46f6966e33 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Fri, 29 Aug 2025 15:15:04 -0400 Subject: [PATCH] pass through border --- components/StyledIconButton.qml | 3 +++ 1 file changed, 3 insertions(+) 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 {