From 631e14cdc949c3fab5e1495a26a0fe12787e3bb1 Mon Sep 17 00:00:00 2001 From: Damocles Date: Wed, 15 Apr 2026 20:12:25 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20seconds=20bar=20color=20anim=20800ms?= =?UTF-8?q?=E2=86=92500ms,=20match=20colon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/BackgroundOverlay.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/BackgroundOverlay.qml b/modules/BackgroundOverlay.qml index 70a98fc..08199bd 100644 --- a/modules/BackgroundOverlay.qml +++ b/modules/BackgroundOverlay.qml @@ -56,7 +56,7 @@ PanelWindow { Behavior on color { enabled: !M.Theme.reducedMotion ColorAnimation { - duration: 800 + duration: 500 } } font.pixelSize: 72 @@ -199,7 +199,7 @@ PanelWindow { Behavior on color { enabled: !M.Theme.reducedMotion ColorAnimation { - duration: 800 + duration: 500 } } radius: 1