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
@@ -34,7 +34,7 @@ Item {
property color colShadow: Appearance.colors.colShadow
property color colBackground: Appearance.colors.colSecondaryContainer
property color colOnBackground: ColorUtils.mix(Appearance.colors.colPrimary, Appearance.colors.colSecondaryContainer, 0.5)
property color colHourHand: Appearance.colors.colPrimary
property color colHourHand: Appearance.colors.colPrimaryContainer
property color colMinuteHand: Appearance.colors.colSecondary
property color colSecondHand: Appearance.colors.colTertiary
property color colOnHourHand: Appearance.colors.colOnPrimary
@@ -40,7 +40,7 @@ Item {
border.color: root.color
border.width: 4
opacity: 0.5
Behavior on x {
animation: Appearance.animation.elementResize.numberAnimation.createObject(this)
@@ -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)