color text on checked
This commit is contained in:
parent
3306bb959c
commit
f974911b1c
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ TabButton {
|
|||
verticalAlignment: Text.AlignVCenter
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
padding: 6
|
||||
color: control.hovered ? Styling.theme.primarycontent : Styling.theme.basecontent
|
||||
color: control.hovered ? Styling.theme.primarycontent : control.checked ? Styling.theme.accent : Styling.theme.basecontent
|
||||
Behavior on color {
|
||||
ColorAnimation {
|
||||
duration: Styling.animations.speed.normal
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue