From e45f8f84ce7360a904ce74a97526b4747fafd144 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 5 May 2026 23:07:33 +1000 Subject: [PATCH] fix: spatial anim for power profile --- modules/bar/popouts/Battery.qml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/bar/popouts/Battery.qml b/modules/bar/popouts/Battery.qml index bb648c43..3c3ced51 100644 --- a/modules/bar/popouts/Battery.qml +++ b/modules/bar/popouts/Battery.qml @@ -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 {