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 {