fix: spatial anim for power profile
This commit is contained in:
parent
3a10ff1f67
commit
e45f8f84ce
1 changed files with 2 additions and 4 deletions
|
|
@ -146,9 +146,7 @@ Column {
|
|||
]
|
||||
|
||||
transitions: Transition {
|
||||
AnchorAnim {
|
||||
type: AnchorAnim.Emphasized
|
||||
}
|
||||
AnchorAnim {}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -214,7 +212,7 @@ Column {
|
|||
|
||||
text: parent.icon
|
||||
fontStyle: Tokens.font.icon.large
|
||||
color: profiles.current === text ? Colours.palette.m3onPrimary : Colours.palette.m3onSurface
|
||||
color: profiles.current === text ? Colours.palette.m3onPrimary : Colours.palette.m3onSurfaceVariant
|
||||
fill: profiles.current === text ? 1 : 0
|
||||
|
||||
Behavior on fill {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue