fix hourHand color (again)

This commit is contained in:
darksignal7
2025-10-06 19:47:09 +03:00
parent 28e6da1bbc
commit 29bb41aff0
3 changed files with 4 additions and 3 deletions
@@ -38,7 +38,8 @@ Item {
height: root.handWidth
radius: root.style === "classic" ? 2 : root.handWidth / 2
color: root.color
color: Appearance.colors.colSecondary
opacity: 0.9
Behavior on height {
animation: Appearance.animation.elementResize.numberAnimation.createObject(this)