fix: seconds bar color anim 800ms→500ms, match colon

This commit is contained in:
Damocles 2026-04-15 20:12:25 +02:00
parent d2aacac55c
commit 631e14cdc9

View file

@ -56,7 +56,7 @@ PanelWindow {
Behavior on color { Behavior on color {
enabled: !M.Theme.reducedMotion enabled: !M.Theme.reducedMotion
ColorAnimation { ColorAnimation {
duration: 800 duration: 500
} }
} }
font.pixelSize: 72 font.pixelSize: 72
@ -199,7 +199,7 @@ PanelWindow {
Behavior on color { Behavior on color {
enabled: !M.Theme.reducedMotion enabled: !M.Theme.reducedMotion
ColorAnimation { ColorAnimation {
duration: 800 duration: 500
} }
} }
radius: 1 radius: 1