diff --git a/entry/src/main/ets/pages/SliderVerificationCode.ets b/entry/src/main/ets/pages/SliderVerificationCode.ets index f7858d375bf4aea00b46a95204d39028cfe4b7a8..1f30f8b66a7e3917c7386a40471e824d05b166ce 100644 --- a/entry/src/main/ets/pages/SliderVerificationCode.ets +++ b/entry/src/main/ets/pages/SliderVerificationCode.ets @@ -89,7 +89,7 @@ struct SliderVerificationCode { .blockSize({ width: $r('app.float.button_width'), height: $r('app.float.button_width') }) .blockStyle({ type: SliderBlockType.IMAGE, image: $r('app.media.button') }) .width(this.curBp === 'sm' ? $r('app.float.image_width') : $r('app.float.image_width')) - .trackColor(Color.Transparent) + .trackColor($r('sys.color.ohos_id_color_hover')) .selectedColor($r('app.color.select_color')) .showTips(false) .trackThickness(Constants.ANGLE)