change border on tab button when active

This commit is contained in:
Benjamin Palko 2025-09-11 17:01:08 -04:00
parent 0ab37420a2
commit 2b6b9aee28

View file

@ -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 {