fix: spatial anim for power profile

This commit is contained in:
2 * r + 2 * t 2026-05-05 23:07:33 +10:00
parent 3a10ff1f67
commit e45f8f84ce

View file

@ -146,9 +146,7 @@ Column {
] ]
transitions: Transition { transitions: Transition {
AnchorAnim { AnchorAnim {}
type: AnchorAnim.Emphasized
}
} }
} }
@ -214,7 +212,7 @@ Column {
text: parent.icon text: parent.icon
fontStyle: Tokens.font.icon.large 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 fill: profiles.current === text ? 1 : 0
Behavior on fill { Behavior on fill {