change border on tab button when active
This commit is contained in:
parent
0ab37420a2
commit
2b6b9aee28
1 changed files with 2 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue