From 2b6b9aee28305ab4e56bb9c34a73818984997215 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Thu, 11 Sep 2025 17:01:08 -0400 Subject: [PATCH] change border on tab button when active --- components/StyledTabButton.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/StyledTabButton.qml b/components/StyledTabButton.qml index 9ac48bd..73dbe6c 100644 --- a/components/StyledTabButton.qml +++ b/components/StyledTabButton.qml @@ -36,7 +36,8 @@ TabButton { duration: Styling.animations.speed.normal } } - // radius: Styling.theme.radiusField + border.width: 2 + border.color: control.checked ? Styling.theme.accent : "transparent" } HoverHandler {